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.