共用方式為


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