Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the list of group permission IDs.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property GroupPrivileges As Collection(Of Identifier)
Get
Set
'Usage
Dim instance As User
Dim value As Collection(Of Identifier)
value = instance.GroupPrivileges
instance.GroupPrivileges = value
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<Identifier> GroupPrivileges { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<Identifier^>^ GroupPrivileges {
Collection<Identifier^>^ get ();
void set (Collection<Identifier^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member GroupPrivileges : Collection<Identifier> with get, set
function get GroupPrivileges () : Collection<Identifier>
function set GroupPrivileges (value : Collection<Identifier>)
Property Value
Type: System.Collections.ObjectModel.Collection<Identifier>
A collection of type Identifier.