EdgeSyncServiceConfig.LogLevel property
Namespace: Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Property LogLevel As EdgeSyncLoggingLevel
Get
Set
'Usage
Dim instance As EdgeSyncServiceConfig
Dim value As EdgeSyncLoggingLevel
value = instance.LogLevel
instance.LogLevel = value
public EdgeSyncLoggingLevel LogLevel { get; set; }
Property value
Type: Microsoft.Exchange.Data.Directory.SystemConfiguration.EdgeSyncLoggingLevel
See also
Reference
Microsoft.Exchange.Data.Directory.SystemConfiguration namespace