BRAttributeTypeInfo.AttributeDataTypes 属性

Gets or sets an array of attribute data types.

命名空间:  Microsoft.MasterDataServices
程序集:  Microsoft.MasterDataServices(在 Microsoft.MasterDataServices.dll 中)

语法

声明
<DataMemberAttribute> _
Public Property AttributeDataTypes As Collection(Of AttributeDataType)
    Get
    Set
用法
Dim instance As BRAttributeTypeInfo
Dim value As Collection(Of AttributeDataType)

value = instance.AttributeDataTypes

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

属性值

类型:System.Collections.ObjectModel.Collection<AttributeDataType>
A collection of type AttributeDataType.

请参阅

参考

BRAttributeTypeInfo 类

Microsoft.MasterDataServices 命名空间