Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.