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 > IServerMachine3 Interface > IServerMachine3.Platform Property (ArcObjects .NET 10.5 SDK) |
The platform of the server machine.
[Visual Basic .NET] Public Property Platform As String
[C#] public string Platform {get; set;}
[C++]
HRESULT get_Platform(
BSTR* pPlatform
);
[C++]
HRESULT put_Platform(
BSTR pPlatform
);
[C++]
Parameters pPlatform [out, retval] pPlatform is a parameter of type BSTR pPlatform [in] pPlatform is a parameter of type BSTR