This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServerConfigurationStorage Interface > IServerConfigurationStorage.GetServerProperty Method (ArcObjects .NET 10.4 SDK) |
[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