다음을 통해 공유


Member.Attributes 속성

Gets or sets the collection of attributes of the member.

네임스페이스:  Microsoft.MasterDataServices.Services.DataContracts
어셈블리:  Microsoft.MasterDataServices.Services.Contracts(Microsoft.MasterDataServices.Services.Contracts.dll)

구문

‘선언
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Attributes As Collection(Of Attribute)
    Get 
    Friend Set
‘사용 방법
Dim instance As Member 
Dim value As Collection(Of Attribute)

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

속성 값

유형: System.Collections.ObjectModel.Collection<Attribute>
The collection of attributes of the member.

참고 항목

참조

Member 클래스

Microsoft.MasterDataServices.Services.DataContracts 네임스페이스