Share via


Collection.CollectionId Property

Gets or sets the identifier.

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property CollectionId As MemberIdentifier 
    Get 
    Set
'Usage
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)

Property Value

Type: Microsoft.MasterDataServices.Services.DataContracts.MemberIdentifier
The collection identifier.

See Also

Reference

Collection Class

Microsoft.MasterDataServices.Services.DataContracts Namespace