[Visual Basic .NET] Public Function GetServerProperty ( _ ByVal Name As String _ ) As String
[C#] public string GetServerProperty ( string Name );
[C++]
HRESULT GetServerProperty(
BSTR Name,
BSTR* pVal
);
[C++]Parameters
Name [in] Name is a parameter of type BSTR pVal [out, retval] pVal is a parameter of type BSTR
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.