共用方式為


Collection.CollectionId 屬性

Gets or sets the identifier.

命名空間:  Microsoft.MasterDataServices.Services.DataContracts
組件:  Microsoft.MasterDataServices.Services.Contracts (在 Microsoft.MasterDataServices.Services.Contracts.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.Services.DataContracts.MemberIdentifier
The collection identifier.

請參閱

參考

Collection 類別

Microsoft.MasterDataServices.Services.DataContracts 命名空間