إشعار
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تسجيل الدخول أو تغيير الدلائل.
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تغيير الدلائل.
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.