Share via


SaveAppointmentTask.AppointmentStatus Property

Namespace:  Microsoft.Phone.Tasks
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

'Declaration
Public Property AppointmentStatus As AppointmentStatus
public AppointmentStatus AppointmentStatus { get; set; }
public:
property AppointmentStatus AppointmentStatus {
    AppointmentStatus get ();
    void set (AppointmentStatus value);
}
member AppointmentStatus : AppointmentStatus with get, set

Property Value

Type: Microsoft.Phone.UserData.AppointmentStatus

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

SaveAppointmentTask Class

Microsoft.Phone.Tasks Namespace