다음을 통해 공유


Member.Collections 속성

Gets or sets the collection which the member is in.

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

구문

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

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

속성 값

유형: System.Collections.ObjectModel.Collection<Collection>
The collection which the member is in.

참고 항목

참조

Member 클래스

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