Share via


BRAttributeTypeInfo.AttributeDataTypes Propiedad

Definición

Obtiene o establece una matriz de tipos de datos de atributo.

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

Valor de propiedad

Colección de tipo AttributeDataType.

Atributos

Se aplica a