Collection.CollectionId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the collection identifier.
public:
property Microsoft::MasterDataServices::MemberIdentifier ^ CollectionId { Microsoft::MasterDataServices::MemberIdentifier ^ get(); void set(Microsoft::MasterDataServices::MemberIdentifier ^ value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.MasterDataServices.MemberIdentifier CollectionId { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.CollectionId : Microsoft.MasterDataServices.MemberIdentifier with get, set
Public Property CollectionId As MemberIdentifier
Property Value
The collection identifier.
- Attributes