Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the collection identifier.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.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.MemberIdentifier
The collection identifier.