Share via


ProfilesEditor.DefaultProfileType Property

Gets or sets the default selected profile type.

Namespace:  Microsoft.SharePoint.Portal.WebControls
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
Public Property DefaultProfileType As ProfileType
    Get
    Set
'Usage
Dim instance As ProfilesEditor
Dim value As ProfileType

value = instance.DefaultProfileType

instance.DefaultProfileType = value
public ProfileType DefaultProfileType { get; set; }

Property Value

Type: Microsoft.Office.Server.UserProfiles.ProfileType
The default selected profile type. The default value is ProfileType.Organization.

See Also

Reference

ProfilesEditor Class

ProfilesEditor Members

Microsoft.SharePoint.Portal.WebControls Namespace