CancelSalesOrderRequest.OrderClose Property
Applies To: Dynamics CRM 2015
Gets or sets the close activity that is associated with the sales order (order) that you want to cancel. Required.
Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Syntax
public Entity OrderClose { get; set; }
public:
property Entity^ OrderClose {
Entity^ get();
void set(Entity^ value);
}
member OrderClose : Entity with get, set
Public Property OrderClose As Entity
Property Value
Type: Microsoft.Xrm.Sdk.Entity
Type: Entity
The close activity that is associated with the sales order (order) that you want to cancel. This is an instance of the OrderClose class, which is a subclass of the Entity class.
See Also
CancelSalesOrderRequest Class
Microsoft.Crm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright