DomainContentConfig.LineWrapSize property
Namespace: Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Property LineWrapSize As Unlimited(Of Integer)
Get
Set
'Usage
Dim instance As DomainContentConfig
Dim value As Unlimited(Of Integer)
value = instance.LineWrapSize
instance.LineWrapSize = value
public Unlimited<int> LineWrapSize { get; set; }
Property value
Type: Microsoft.Exchange.Data.Unlimited<Int32>
See also
Reference
Microsoft.Exchange.Data.Directory.SystemConfiguration namespace