Partager via


Propriété BRItemTypeComponent.CompatibleAttributeTypes

Gets or sets the array of BRAttributeTypeInfo objects, which defines the AttributeType-AttributeDataType pairs that are compatible with this item type component.

Espace de noms :  Microsoft.MasterDataServices
Assembly :  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Syntaxe

'Déclaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property CompatibleAttributeTypes As Collection(Of BRAttributeTypeInfo)
    Get
    Set
'Utilisation
Dim instance As BRItemTypeComponent
Dim value As Collection(Of BRAttributeTypeInfo)

value = instance.CompatibleAttributeTypes

instance.CompatibleAttributeTypes = value
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<BRAttributeTypeInfo> CompatibleAttributeTypes { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<BRAttributeTypeInfo^>^ CompatibleAttributeTypes {
    Collection<BRAttributeTypeInfo^>^ get ();
    void set (Collection<BRAttributeTypeInfo^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member CompatibleAttributeTypes : Collection<BRAttributeTypeInfo> with get, set
function get CompatibleAttributeTypes () : Collection<BRAttributeTypeInfo>
function set CompatibleAttributeTypes (value : Collection<BRAttributeTypeInfo>)

Valeur de propriété

Type : System.Collections.ObjectModel.Collection<BRAttributeTypeInfo>

Voir aussi

Référence

BRItemTypeComponent Classe

Espace de noms Microsoft.MasterDataServices