Share via


ProfilesEditor.Profiles property

Gets the list of the current resolved profiles.

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

Syntax

'Declaration
Public ReadOnly Property Profiles As List(Of ProfileBase)
    Get
'Usage
Dim instance As ProfilesEditor
Dim value As List(Of ProfileBase)

value = instance.Profiles
public List<ProfileBase> Profiles { get; }

Property value

Type: System.Collections.Generic.List<ProfileBase>
The list of the current resolved profiles.

See also

Reference

ProfilesEditor class

ProfilesEditor members

Microsoft.SharePoint.Portal.WebControls namespace