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 model privilege identifiers.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Identifiers As Collection(Of Identifier)
Get
Friend Set
'Usage
Dim instance As ModelPrivilegesCriteria
Dim value As Collection(Of Identifier)
value = instance.Identifiers
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<Identifier> Identifiers { get; internal set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<Identifier^>^ Identifiers {
Collection<Identifier^>^ get ();
internal: void set (Collection<Identifier^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member Identifiers : Collection<Identifier> with get, internal set
function get Identifiers () : Collection<Identifier>
internal function set Identifiers (value : Collection<Identifier>)
Property Value
Type: System.Collections.ObjectModel.Collection<Identifier>
The model privilege identifiers.
See Also
Reference
Microsoft.MasterDataServices.Services.DataContracts Namespace