PropertyInfo.Length Property
Gets or sets the maximum data length for the property.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Property Length As Integer
Get
Set
'Usage
Dim instance As PropertyInfo
Dim value As Integer
value = instance.Length
instance.Length = value
public int Length { get; set; }
Property Value
Type: System.Int32
The maximum data length for the property.