次の方法で共有


BRAttributeTypeInfo.AttributeDataTypes プロパティ

定義

属性型とペアになっている属性データ型のコレクションを指定します。

public:
 property System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::AttributeDataType> ^ AttributeDataTypes { System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::AttributeDataType> ^ get(); };
[System.Runtime.Serialization.DataMember]
public System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Services.DataContracts.AttributeDataType> AttributeDataTypes { get; }
[<System.Runtime.Serialization.DataMember>]
member this.AttributeDataTypes : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Services.DataContracts.AttributeDataType>
Public ReadOnly Property AttributeDataTypes As Collection(Of AttributeDataType)

プロパティ値

属性型とペアになっている属性データ型のコレクション。

属性

適用対象