Collection.CollectionId Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the collection identifier.

Namespace:   Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

[DataMemberAttribute]
public MemberIdentifier CollectionId { get; set; }
public:
[DataMemberAttribute]
property MemberIdentifier^ CollectionId {
    MemberIdentifier^ get();
    void set(MemberIdentifier^ value);
}
[<DataMemberAttribute>]
member CollectionId : MemberIdentifier with get, set
<DataMemberAttribute>
Public Property CollectionId As MemberIdentifier

Property Value

Type: Microsoft.MasterDataServices.MemberIdentifier

The collection identifier.

See Also

Collection Class
Microsoft.MasterDataServices Namespace

Return to top