Share via


BRItemTypeComponent.CompatibleAttributeTypes Propiedad

Definición

Obtiene o establece la matriz de BRAttributeTypeInfo objetos , que define los AttributeType-AttributeDataType pares que son compatibles con este componente de tipo de elemento.

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

Valor de propiedad

Matriz de objetos BRAttributeTypeInfo, que define los pares de AttributeType-AttributeDataType que son compatibles con este componente de tipo de elemento.

Atributos

Comentarios

Colección de BRAttributeTypeInfo objetos que define los AttributeType-AttributeDataType pares que son compatibles con este componente de tipo de elemento.

Se aplica a