This document is archived and information here might be outdated.  Recommended version.


IServerMachine3.Platform Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServerMachine3 Interface > IServerMachine3.Platform Property
ArcGIS Developer Help

IServerMachine3.Platform Property

The platform of the server machine.

[Visual Basic .NET]
Public Property Platform As String
[C#]
public string Platform {get; set;}
[C++]
HRESULT get_Platform(
  System.String* 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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IServerMachine3 Interface