BRItemTypeComponent.CompatibleAttributeTypes プロパティ

定義

BRAttributeTypeInfoオブジェクトの集合を指定し、このアイテムタイプコンポーネントと互換性のある AttributeType-AttributeDataType ペアを定義します。

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

プロパティ値

BRAttributeTypeInfoオブジェクトの集合で、このアイテムタイプコンポーネントと互換性のある AttributeType-AttributeDataType ペアを定義します。

属性

適用対象