Share via


BRAttributeTypeInfo.AttributeDataTypes 속성

정의

특성 데이터 형식의 배열을 가져오거나 설정합니다.

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

속성 값

AttributeDataType 형식의 컬렉션입니다.

특성

적용 대상