BRAttributeTypeInfo.AttributeDataTypes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the collection of Attribute Data Types that are each paired with the Attribute Type.
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)
Property Value
The collection of Attribute Data Types that are each paired with the Attribute Type.
- Attributes