ArcObjects Library Reference (Server)  

IServerLogQuery.Target Property

The log target name.

[Visual Basic .NET]
Public Property Target As String
[C#]
public string Target {get; set;}
[C++]
HRESULT get_Target(
  BSTR* pName
);
[C++]
HRESULT put_Target(
  BSTR pName
);
[C++]

Parameters

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

Product Availability

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

Remarks

The Target property refers to the name of objects running in the server. For example, "Server", "SDM.ServerDirectoryManager", "SrvLog.ServerLog", and the various server object configurations that have been deployed.

See Also

IServerLogQuery Interface