Share via


ISecurityManagement.GetProfiles Method

Definition

Gets a read-only list of all populated profile objects.

public:
 System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Security::Profile ^> ^ GetProfiles();
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Security.Profile> GetProfiles ();
abstract member GetProfiles : unit -> System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Security.Profile>
Public Function GetProfiles () As IList(Of Profile)

Returns

The list of profiles.

Applies to