[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.