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


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

IServerConfigurationStorage.PutServerProperty Method

[Visual Basic .NET]
Public Sub PutServerProperty ( _
    ByVal Name As String, _
    ByVal Val As String _
)
[C#]
public void PutServerProperty (
    string Name,
    string Val
);
[C++]
HRESULT PutServerProperty(
  BSTR Name,
  BSTR Val
);
[C++]
Parameters
Name [in]

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

Product Availability

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

See Also

IServerConfigurationStorage Interface