This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServerMachineEnvironment Interface > IServerMachineEnvironment.GetEnvVariable Method (ArcObjects .NET 10.5 SDK) |
[Visual Basic .NET] Public Function GetEnvVariable ( _ ByVal Name As String _ ) As String
[C#] public string GetEnvVariable ( string Name );
[C++]
HRESULT GetEnvVariable(
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