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


IServerLogQuery.Machine Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Server)  

IServerLogQuery.Machine Property

The machine name for which to query.

[Visual Basic .NET]
Public Property Machine As String
[C#]
public string Machine {get; set;}
[C++]
HRESULT get_Machine(
  BSTR* pMachine
);
[C++]
HRESULT put_Machine(
  BSTR pMachine
);
[C++]

Parameters pMachine [out, retval] pMachine is a parameter of type BSTR pMachine [in] pMachine is a parameter of type BSTR

Product Availability

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

Remarks

The Machine property refers to the name of a particular SOC machine in your ArcGIS Server system.

See Also

IServerLogQuery Interface