This document is archived and information here might be outdated.  Recommended version.


IServerObjectExtensionType3.ConfigurationFactoryCLSID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServerObjectExtensionType3 Interface > IServerObjectExtensionType3.ConfigurationFactoryCLSID Property
ArcGIS Developer Help

IServerObjectExtensionType3.ConfigurationFactoryCLSID Property

Configuration Factory CLSID.

[Visual Basic .NET]
Public Property ConfigurationFactoryCLSID As String
[C#]
public string ConfigurationFactoryCLSID {get; set;}
[C++]
HRESULT get_ConfigurationFactoryCLSID(
  System.String* pVal
);
[C++]
HRESULT put_ConfigurationFactoryCLSID(
  BSTR pVal
);
[C++]
Parameters
pVal [out, retval]

pVal is a parameter of type BSTR* pVal [in]
pVal is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IServerObjectExtensionType3 Interface