Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the maximum data length of the property of the user profile.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Property Length As Integer
Get
Set
'Usage
Dim instance As [Property]
Dim value As Integer
value = instance.Length
instance.Length = value
public int Length { get; set; }
Property Value
Type: System.Int32
The maximum data length of the return value of the user profile property according to the data type.
Remarks
The property type and length can be set for a new property only. Otherwise, an UpdateReadOnlyFieldException will be thrown.