DomainContentConfig.RequiredCharsetCoverage Property
Namespace: Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
<ParameterAttribute(Mandatory := False)> _
Public Property RequiredCharsetCoverage As Nullable(Of Integer)
Get
Set
'Usage
Dim instance As DomainContentConfig
Dim value As Nullable(Of Integer)
value = instance.RequiredCharsetCoverage
instance.RequiredCharsetCoverage = value
[ParameterAttribute(Mandatory = false)]
public Nullable<int> RequiredCharsetCoverage { get; set; }
Property Value
Type: System.Nullable<Int32>