CloseIncidentRequest.IncidentResolution Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.