appointment.statuscode Property
![]() |
[Applies to: Microsoft Dynamics CRM 4.0]
Gets or sets the reason for the status of the appointment.
Syntax
[Visual Basic .NET] Public Property statuscode As Status
[C#]
public Status statuscode {get; set;}
Property Value
Represents a property of type Status.
Remarks
The properties statecode (Status) and statuscode (Status Reason) are linked. The statecode property is used internally to represent the status of the entity. The statuscode is used to display this value to the end user. The set of valid statecodes for an entity is not customizable, but the statuscodes are customizable.
See AppointmentStateInfo for the mapping of statecode and statuscode values for a default installation.
The following table contains additional information about this property:
| Platform required | No |
| Application requirement level1 | No constraint |
| Valid for create | Yes |
| Valid for retrieve | Yes |
| Valid for update | Yes |
1 – Customizable. Indicates the value for a default installation.
Requirements
Web Service: CrmService
See Also
Concepts
Reference
© 2010 Microsoft Corporation. All rights reserved.

