GenerateInvoiceFromOpportunityResponse.Entity Property

 

Applies To: Dynamics CRM 2015

Gets the resulting invoice.

Namespace:   Microsoft.Crm.Sdk.Messages
Assembly:  Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)

Syntax

public Entity Entity { get; }
public:
property Entity^ Entity {
    Entity^ get();
}
member Entity : Entity with get
Public ReadOnly Property Entity As Entity

Property Value

Type: Microsoft.Xrm.Sdk.Entity

Type: Entity
The resulting invoice, which must be an instance of the Invoice class.

See Also

GenerateInvoiceFromOpportunityResponse Class
Microsoft.Crm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright