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


IServerObjectAdmin5.GetConfigurationProperties Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServerObjectAdmin5 Interface > IServerObjectAdmin5.GetConfigurationProperties Method
ArcGIS Developer Help

IServerObjectAdmin5.GetConfigurationProperties Method

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
);
[C++]
Parameters
Name [in]

Name is a parameter of type BSTR Type [in]
Type is a parameter of type BSTR

Product Availability

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

See Also

IServerObjectAdmin5 Interface