DomainContentConfig.LineWrapSize Property
Namespace: Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
<ParameterAttribute> _
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
[ParameterAttribute]
public Unlimited<int> LineWrapSize { get; set; }