Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

CloseIncidentRequest.Status Property

Definition

Namespace:
Microsoft.Crm.Sdk.Messages
Assembly:
Microsoft.Crm.Sdk.Proxy.dll
Package:
Microsoft.PowerPlatform.Dataverse.Client v1.2.10

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 a status of the incident. Required.

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

Property Value

The status of the incident.

Remarks

The Status property corresponds to the Incident.StatusCode column. It is shown as Status Reason in the model-driven applications. If you set the value of this property to -1, the system sets the appropriate corresponding status value.

Applies to