Свойство BRAttributeTypeInfo.AttributeDataTypes

Gets or sets the collection of attribute data types that are each paired with the attribute type.

Пространство имен:  Microsoft.MasterDataServices.Services.DataContracts
Сборка:  Microsoft.MasterDataServices.Services.Contracts (в Microsoft.MasterDataServices.Services.Contracts.dll)

Синтаксис

'Декларация
<DataMemberAttribute> _
Public Property AttributeDataTypes As Collection(Of AttributeDataType)
    Get 
    Friend Set
'Применение
Dim instance As BRAttributeTypeInfo 
Dim value As Collection(Of AttributeDataType)

value = instance.AttributeDataTypes
[DataMemberAttribute]
public Collection<AttributeDataType> AttributeDataTypes { get; internal set; }
[DataMemberAttribute]
public:
property Collection<AttributeDataType>^ AttributeDataTypes {
    Collection<AttributeDataType>^ get ();
    internal: void set (Collection<AttributeDataType>^ value);
}
[<DataMemberAttribute>]
member AttributeDataTypes : Collection<AttributeDataType> with get, internal set
function get AttributeDataTypes () : Collection<AttributeDataType>
internal function set AttributeDataTypes (value : Collection<AttributeDataType>)

Значение свойства

Тип: System.Collections.ObjectModel.Collection<AttributeDataType>
The collection of attribute data types that are each paired with the attribute type.

См. также

Справочник

BRAttributeTypeInfo Класс

Пространство имен Microsoft.MasterDataServices.Services.DataContracts