次の方法で共有


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

適用対象