BRItemTypeComponent.CompatibleAttributeTypes Propriété

Définition

Obtient ou définit le tableau d’objets BRAttributeTypeInfo , qui définit les AttributeType-AttributeDataType paires compatibles avec ce composant de type d’élément.

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)

Valeur de propriété

Tableau d’objets BRAttributeTypeInfo, qui définit les paires AttributeType-AttributeDataType compatibles avec ce composant de type d’élément.

Attributs

Remarques

Collection d’objets BRAttributeTypeInfo qui définit les AttributeType-AttributeDataType paires compatibles avec ce composant de type d’élément.

S’applique à