Moniker Class (CrmService)
![]() |
[Applies to: Microsoft Dynamics CRM 4.0]
Find the latest SDK documentation: CRM 2015 SDK
Contains the data needed to identify an instance of an entity.
The Moniker class exposes the following members.
Constructor | Description |
Moniker | Initializes a new instance of the Moniker class. |
Instance Property | Description |
Id | Gets or sets the ID of the entity instance. |
Name | Gets or sets the logical name of the entity. |
Example
The following code example shows the use of the Moniker class.
Moniker mon = new Moniker();
mon.Id = new Guid("326A0053-71CB-465E-9BEB-633E2E0851A9");
mon.Name = EntityName.systemuser.ToString();
Requirements
Web Service: CrmService
See Also
Reference