Lenguaje

BRItemTypeComponent.CompatibleAttributeTypes Propiedad

Definición

Obtiene o establece el array de BRAttributeTypeInfo objetos, que define los AttributeType-AttributeDataType pares 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

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

Atributos

Comentarios

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

Se aplica a