Поделиться через


WinQuoteRequest.QuoteClose Property

 

Applies To: Dynamics CRM 2015

Gets or sets the quote close activity associated with this state change. Required.

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

Syntax

public Entity QuoteClose { get; set; }
public:
property Entity^ QuoteClose {
    Entity^ get();
    void set(Entity^ value);
}
member QuoteClose : Entity with get, set
Public Property QuoteClose As Entity

Property Value

Type: Microsoft.Xrm.Sdk.Entity

Type: Entity
The quote close activity associated with this state change. This must be an instance of the HYPERLINK "mk:@MSITStore:D:\\\\CrmUX\\\\V4\\\\SDK\\\\Release\\\\CrmSdk4.chm::/htm/v4d0_sp5100r_incidentresolutionclass.htm" QuoteClose class, which is a subclass of the Entity class.

See Also

WinQuoteRequest Class
Microsoft.Crm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright