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.