Propriété CloseIncidentRequest.Status
S'applique à: CRM 2015 on-prem, CRM Online
Gets or sets a status of the incident. Required.
Espace de noms: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (dans Microsoft.Crm.Sdk.Proxy.dll)
Syntaxe
'Déclaration
Public Property Status As OptionSetValue
public OptionSetValue Status { get; set; }
Valeur de propriété
Type: OptionSetValue
The status of the incident.
Remarques
The Status property corresponds to the Incident.StatusCode attribute. It is shown as “Status Reason” in the Microsoft Dynamics CRM application. If you set the value of this property to -1, the system sets the appropriate corresponding status value. For more information, see Record State and Status.
Cohérence de thread
Tous les membres statiques publics (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres d'instance ne sont pas garantis thread-safe.
Plateformes
Plateformes de développement
Windows Vista, Windows Server 2003 et
Plateformes cibles
Windows Vista,Windows XP
Voir aussi
Référence
Classe CloseIncidentRequest
Membres CloseIncidentRequest
Espace de noms Microsoft.Crm.Sdk.Messages
Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.