ArcObjects Library Reference (Server)  

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(
  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

Product Availability

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

See Also

IServerMachine3 Interface