Propriété SetStateRequest.Status
S'applique à: CRM 2015 on-prem, CRM Online
Gets or sets the status that corresponds to the State property. 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 that corresponds to the State property.
Remarques
The Status property corresponds to the StatusCode attribute of an entity. It is shown as the 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 a list of the status values, refer to the entity metadata. Ces informations sont disponibles dans les métadonnées de votre organisation. Reportez-vous aux informations précédentes sur le Navigateur de métadonnées.Pour plus d'informations, consultez :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 SetStateRequest
Membres SetStateRequest
Espace de noms Microsoft.Crm.Sdk.Messages
Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.