Share via


PropertyInfo.Length Property

Gets or sets the maximum length for the property.

Namespace:  [UserProfileService Web service]
Web service reference: http://Site/_vti_bin/UserProfileService.asmx

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 length for the property.

Remarks

The default value is 0.

See Also

Reference

PropertyInfo Class

PropertyInfo Members

UserProfileService Web Service