Share via


DomainContentConfig.RequiredCharsetCoverage property

Namespace:  Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly:  Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)

Syntax

'Declaration
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
public Nullable<int> RequiredCharsetCoverage { get; set; }

Property value

Type: System.Nullable<Int32>

See also

Reference

DomainContentConfig class

DomainContentConfig members

Microsoft.Exchange.Data.Directory.SystemConfiguration namespace