Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets or sets the collection of 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 SecurityPrincipalsCriteria
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 collection of identifiers.
See Also
Reference
SecurityPrincipalsCriteria Class
Microsoft.MasterDataServices.Services.DataContracts Namespace