Share via


ProfileTypeProperty.MaximumShown property

Gets a value indicating whether the maximum number of multivalue options will be shown on the edit profile page.

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

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

value = instance.MaximumShown

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

Property value

Type: System.Int32

Remarks

User profile manager permission is required to set this value. This value cannot be set if this is a section property.

See also

Reference

ProfileTypeProperty class

ProfileTypeProperty members

Microsoft.Office.Server.UserProfiles namespace