Compartir a través de


EntityMembersGetCriteria.Attributes Propiedad

Definición

Obtiene o establece una matriz de columnas de atributos deseados por identificador único global (GUID) o nombre. Si se especifica AttributeGroup, solo se podrán especificar columnas dentro del grupo de atributos.

public:
 property System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Identifier ^> ^ Attributes { System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Identifier ^> ^ get(); void set(System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Identifier ^> ^ value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Identifier> Attributes { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.Attributes : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Identifier> with get, set
Public Property Attributes As Collection(Of Identifier)

Valor de propiedad

Colección de tipo Identifier.

Atributos

Comentarios

Esta propiedad es opcional.

Se aplica a