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.
Specifies the identifier that identifies the parent collection for the member
public:
property Microsoft::MasterDataServices::Services::DataContracts::MemberIdentifier ^ CollectionId { Microsoft::MasterDataServices::Services::DataContracts::MemberIdentifier ^ get(); void set(Microsoft::MasterDataServices::Services::DataContracts::MemberIdentifier ^ value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.MasterDataServices.Services.DataContracts.MemberIdentifier CollectionId { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.CollectionId : Microsoft.MasterDataServices.Services.DataContracts.MemberIdentifier with get, set
Public Property CollectionId As MemberIdentifier
Property Value
The identifier that identifies the parent collection for the member.
- Attributes