AttributeGroup.Attributes 属性

Gets or sets the list of attributes contained in the attribute group.

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

语法

声明
<DataMemberAttribute(IsRequired := False, EmitDefaultValue := False)> _
Public Property Attributes As Collection(Of MetadataAttribute)
    Get 
    Friend Set
用法
Dim instance As AttributeGroup 
Dim value As Collection(Of MetadataAttribute)

value = instance.Attributes
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public Collection<MetadataAttribute> Attributes { get; internal set; }
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public:
property Collection<MetadataAttribute^>^ Attributes {
    Collection<MetadataAttribute^>^ get ();
    internal: void set (Collection<MetadataAttribute^>^ value);
}
[<DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)>]
member Attributes : Collection<MetadataAttribute> with get, internal set
function get Attributes () : Collection<MetadataAttribute>
internal function set Attributes (value : Collection<MetadataAttribute>)

属性值

类型:System.Collections.ObjectModel.Collection<MetadataAttribute>
The list of attributes contained in the attribute group.

请参阅

参考

AttributeGroup 类

Microsoft.MasterDataServices.Services.DataContracts 命名空间