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


IServerObjectAdmin5.UpdateConfigurationProperties Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Server)  

IServerObjectAdmin5.UpdateConfigurationProperties Method

Updates properties of server object configuration.

[Visual Basic .NET]
Public Sub UpdateConfigurationProperties ( _
    ByVal Name As String, _
    ByVal Type As String, _
    ByVal pProps As IPropertySet _
)
[C#]
public void UpdateConfigurationProperties (
    string Name,
    string Type,
    IPropertySet pProps
);
[C++]
HRESULT UpdateConfigurationProperties(
  BSTR Name,
  BSTR Type,
  IPropertySet* pProps
);
[C++]

Parameters Name [in] Name is a parameter of type BSTR Type [in] Type is a parameter of type BSTR pProps [in]
pProps is a parameter of type IPropertySet

Product Availability

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

See Also

IServerObjectAdmin5 Interface