This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServerLogQuery Interface > IServerLogQuery.Target Property (ArcObjects .NET 10.4 SDK) |
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
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.