Share via


PropertyInfo.MaximumShown Property

Gets or sets the maximum number of values shown for this property.

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

Syntax

'Declaration
Public Property MaximumShown As Integer
    Get
    Set
'Usage
Dim instance As PropertyInfo
Dim value As Integer

value = instance.MaximumShown

instance.MaximumShown = value
public int MaximumShown { get; set; }

Property Value

Type: System.Int32
The maximum number of values shown for this property.

See Also

Reference

PropertyInfo Class

PropertyInfo Members

UserProfileService Web Service