Proprietà SetStateRequest.State

Si applica a: CRM 2015 on-prem, CRM Online

Gets or sets the state of the entity record. Required.

Spazio dei nomi: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)

Sintassi

'Dichiarazione
Public Property State As OptionSetValue
public OptionSetValue State { get; set; }

Valore proprietà

Type: OptionSetValue
The state of the entity record.

Note

The State property corresponds to the StateCode attribute of an entity. It specifies the possible states for an entity record. It is shown as the Status in the Microsoft Dynamics CRM application. For a list of the state values, refer to the entity metadata. Tali informazioni sono disponibili nei metadati per l'organizzazione. Vedere le informazioni sul browser dei metadati precedenti.Ulteriori informazioni:Record State and Status.

Thread Safety

Tutti i membri statici pubblici (Shared in Visual Basic) di questo tipo sono thread-safe. Non è garantito che i membri di istanza siano thread-safe.

Piattaforme

Piattaforme di sviluppo

Windows Vista, Windows Server 2003 e

Piattaforme di destinazione

Windows Vista,Windows XP

Vedere anche

Riferimento

Classe SetStateRequest
Membri SetStateRequest
Spazio dei nomi Microsoft.Crm.Sdk.Messages

Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.