ArcObjects Library Reference (GISClient)  

IDiscoveryServerLogSettings.Location Property

The log location.

[Visual Basic .NET]
Public Property Location As String
[C#]
public string Location {get; set;}
[C++]
HRESULT get_Location(
  BSTR* pLocation
);
[C++]
HRESULT put_Location(
  BSTR pLocation
);
[C++]

Parameters

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

Product Availability

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

See Also

IDiscoveryServerLogSettings Interface