BRAttributeTypeInfo.AttributeDataTypes Property

Definition

Gets or sets an array of attribute data types.

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)

Property Value

A collection of type AttributeDataType.

Attributes

Applies to