Group.SecurityPrivilege Property

Definition

Gets or sets the set of MDS privileges assigned to the group.

public:
 property Microsoft::MasterDataServices::SecurityPrivileges ^ SecurityPrivilege { Microsoft::MasterDataServices::SecurityPrivileges ^ get(); void set(Microsoft::MasterDataServices::SecurityPrivileges ^ value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public Microsoft.MasterDataServices.SecurityPrivileges SecurityPrivilege { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.SecurityPrivilege : Microsoft.MasterDataServices.SecurityPrivileges with get, set
Public Property SecurityPrivilege As SecurityPrivileges

Property Value

A new instance of type SecurityPrivileges.

Attributes

Applies to