Profile.Operations Property

Definition

Gets the operations assigned to the profile.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Security::Operation ^> ^ Operations { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Security::Operation ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Security.Operation> Operations { get; }
member this.Operations : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Security.Operation>
Public ReadOnly Property Operations As ReadOnlyCollection(Of Operation)

Property Value

The operations assigned to the profile.

Applies to