BRItemTypeComponent.CompatibleAttributeTypes 屬性

定義

取得或設定物件的陣列 BRAttributeTypeInfo ,這個陣列會定義 AttributeType - AttributeDataType 與這個專案類型元件相容的配對。

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)

屬性值

Collection<BRAttributeTypeInfo>

BRAttributeTypeInfo 物件的陣列,這個陣列會定義與這個專案類型元件相容的 AttributeType-AttributeDataType 配對。

屬性

備註

物件的集合, BRAttributeTypeInfo 這些物件 AttributeType - AttributeDataType 會定義與這個專案類型元件相容的配對。

適用於