다음을 통해 공유


Collection.CollectionId 속성

Gets or sets the collection identifier.

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

구문

‘선언
<DataMemberAttribute> _
Public Property CollectionId As MemberIdentifier
    Get
    Set
‘사용 방법
Dim instance As Collection
Dim value As MemberIdentifier

value = instance.CollectionId

instance.CollectionId = value
[DataMemberAttribute]
public MemberIdentifier CollectionId { get; set; }
[DataMemberAttribute]
public:
property MemberIdentifier^ CollectionId {
    MemberIdentifier^ get ();
    void set (MemberIdentifier^ value);
}
[<DataMemberAttribute>]
member CollectionId : MemberIdentifier with get, set
function get CollectionId () : MemberIdentifier
function set CollectionId (value : MemberIdentifier)

속성 값

유형: Microsoft.MasterDataServices.MemberIdentifier
The collection identifier.

참고 항목

참조

Collection 클래스

Microsoft.MasterDataServices 네임스페이스