言語

BRItemTypeComponent.CompatibleAttributeTypes プロパティ

定義

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

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)

プロパティ値

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

属性

注釈

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

適用対象