Freigeben über


Attributes-Eigenschaft

Gets or sets an array of desired attribute columns by globally unique identifier (GUID) or name. If AttributeGroup is specified, only columns within the attribute group can be specified.

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Attributes As Collection(Of Identifier)
    Get
    Set
'Usage
Dim instance As EntityMembersGetCriteria
Dim value As Collection(Of Identifier)

value = instance.Attributes

instance.Attributes = value
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<Identifier> Attributes { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<Identifier^>^ Attributes {
    Collection<Identifier^>^ get ();
    void set (Collection<Identifier^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member Attributes : Collection<Identifier> with get, set
function get Attributes () : Collection<Identifier>
function set Attributes (value : Collection<Identifier>)

Eigenschaftswert

Typ: System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'Identifier> ) > ) >
A collection of type Identifier.

Hinweise

This property is optional.