ArcObjects Library Reference (GISClient)  

IDiscoveryServerObjectAdmin.LogSettings Property

The log settings of server.

[Visual Basic .NET]
Public ReadOnly Property LogSettings As IDiscoveryServerLogSettings
[C#]
public IDiscoveryServerLogSettings LogSettings {get;}
[C++]
HRESULT get_LogSettings(
  IDiscoveryServerLogSettings** ppLogSettings
);
[C++]

Parameters

ppLogSettings [out, retval]

  ppLogSettings is a parameter of type IDiscoveryServerLogSettings

Product Availability

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

See Also

IDiscoveryServerObjectAdmin Interface