BRItemTypeComponent.CompatibleAttributeTypes Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.