次の方法で共有


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)

プロパティ値

このアイテムの種類のコンポーネントと互換性のある AttributeType-AttributeDataType ペアを定義する BRAttributeTypeInfo オブジェクトのコレクション。

属性

適用対象