BRItemTypeComponent.CompatibleAttributeTypes 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定物件的陣列 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)
屬性值
BRAttributeTypeInfo 物件的陣列,這個陣列會定義與這個專案類型元件相容的 AttributeType-AttributeDataType 配對。
- 屬性
備註
物件的集合, BRAttributeTypeInfo 這些物件 AttributeType - AttributeDataType 會定義與這個專案類型元件相容的配對。