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 an array that specifies the function privilege identifiers.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Identifiers As Collection(Of Identifier)
Get
Set
'Usage
Dim instance As FunctionPrivilegesCriteria
Dim value As Collection(Of Identifier)
value = instance.Identifiers
instance.Identifiers = value
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<Identifier> Identifiers { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<Identifier^>^ Identifiers {
Collection<Identifier^>^ get ();
void set (Collection<Identifier^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member Identifiers : Collection<Identifier> with get, set
function get Identifiers () : Collection<Identifier>
function set Identifiers (value : Collection<Identifier>)
Property Value
Type: System.Collections.ObjectModel.Collection<Identifier>
A collection of type Identifier.