Operation.ImplicitScopes Property

Definition

Gets the list of triples (class, property, relationship) to which the operation in the profile is restricted to.

public:
 property System::Collections::Generic::ICollection<Microsoft::EnterpriseManagement::Security::OperationImplicitScope ^> ^ ImplicitScopes { System::Collections::Generic::ICollection<Microsoft::EnterpriseManagement::Security::OperationImplicitScope ^> ^ get(); };
public System.Collections.Generic.ICollection<Microsoft.EnterpriseManagement.Security.OperationImplicitScope> ImplicitScopes { get; }
member this.ImplicitScopes : System.Collections.Generic.ICollection<Microsoft.EnterpriseManagement.Security.OperationImplicitScope>
Public ReadOnly Property ImplicitScopes As ICollection(Of OperationImplicitScope)

Property Value

The list of triples (class, property, relationship) to which the operation in the profile is restricted to.

Applies to