Retrieves properties of server object configuration.
[Visual Basic .NET] Public Function GetConfigurationProperties ( _ ByVal Name As String, _ ByVal Type As String _ ) As IPropertySet
[C#] public IPropertySet GetConfigurationProperties ( string Name, string Type );
[C++]
HRESULT GetConfigurationProperties(
BSTR Name,
BSTR Type,
IPropertySet** ppProps
);
[C++]Parameters
Name [in] Name is a parameter of type BSTR Type [in] Type is a parameter of type BSTR ppProps [out, retval]ppProps is a parameter of type IPropertySet
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.