CObjectName Class

The CObjectName class stores the type and the ID of an object.

  System.Object

   CObjectName
[Visual Basic .NET]
Public Class CObjectName
   Inherits System.Object
[C#]
public class CObjectName: System.Object
[C++]
public __gc class CObjectName: public System.Object

The CObjectName class exposes the following members.

Constructor Description
CObjectName The constructor for the class.
Field Description
Id Specifies the ID for the object.
Type Specifies the type of the object. Assign a value to this field using the Microsoft.CRM.Proxy.ObjectType enumeration.

Requirements

Namespace: Microsoft.CRM.Proxy

Assembly: microsoft.crm.proxy.dll

See Also

© 2003 Microsoft Corporation. All rights reserved.