CloseIncidentRequest.IncidentResolution Property

Definition

Gets or sets the incident resolution (case resolution) that is associated with the incident (case) to be closed. Required.

public:
 property Microsoft::Xrm::Sdk::Entity ^ IncidentResolution { Microsoft::Xrm::Sdk::Entity ^ get(); void set(Microsoft::Xrm::Sdk::Entity ^ value); };
public Microsoft.Xrm.Sdk.Entity IncidentResolution { get; set; }
member this.IncidentResolution : Microsoft.Xrm.Sdk.Entity with get, set
Public Property IncidentResolution As Entity

Property Value

The incident resolution (case resolution) that is associated with the incident (case) to be closed. This is an instance of the IncidentResolution class, which is a subclass of the Entity class.

Applies to