BRItemTypeComponent.CompatibleAttributeTypes Properti
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Mendapatkan atau mengatur array BRAttributeTypeInfo objek, yang menentukan AttributeType-AttributeDataType pasangan yang kompatibel dengan komponen jenis item ini.
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)
Nilai Properti
Array objek BRAttributeTypeInfo, yang menentukan pasangan AttributeType-AttributeDataType yang kompatibel dengan komponen jenis item ini.
- Atribut
Keterangan
Kumpulan BRAttributeTypeInfo objek yang menentukan AttributeType-AttributeDataType pasangan yang kompatibel dengan komponen jenis item ini.