Property.Length property

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.

See also

Reference

Property class

Property members

Microsoft.Office.Server.UserProfiles namespace