共用方式為


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 命名空間