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 or sets the set of MDS privileges assigned to the group.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property SecurityPrivilege As SecurityPrivileges
Get
Set
'Usage
Dim instance As Group
Dim value As SecurityPrivileges
value = instance.SecurityPrivilege
instance.SecurityPrivilege = value
[DataMemberAttribute(EmitDefaultValue = false)]
public SecurityPrivileges SecurityPrivilege { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property SecurityPrivileges^ SecurityPrivilege {
SecurityPrivileges^ get ();
void set (SecurityPrivileges^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member SecurityPrivilege : SecurityPrivileges with get, set
function get SecurityPrivilege () : SecurityPrivileges
function set SecurityPrivilege (value : SecurityPrivileges)
Property Value
Type: Microsoft.MasterDataServices.SecurityPrivileges
A new instance of type SecurityPrivileges.