CBusinessResult Class

The CBusinessResult class stores the result from creating a new business.

  System.Object

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

The CBusinessResult class exposes the following members.

Constructor Description
CBusinessResult The constructor for the class.
Field Description
BusinessId Specifies the ID for the new business.
UserId Specifies the ID for the new user.

Requirements

Namespace: Microsoft.CRM.Proxy

Assembly: microsoft.crm.proxy.dll

See Also

© 2003 Microsoft Corporation. All rights reserved.