Appointment Class

Inheritance Hierarchy

System.Object
  Microsoft.Phone.UserData.Appointment

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

Syntax

'Declaration
Public NotInheritable Class Appointment
public sealed class Appointment
public ref class Appointment sealed
[<Sealed>]
type Appointment =  class end

The Appointment type exposes the following members.

Properties

  Name Description
Public property Account
Public property Attendees
Public property Details
Public property EndTime
Public property IsAllDayEvent
Public property IsPrivate
Public property Location
Public property Organizer
Public property StartTime
Public property Status
Public property Subject

Top

Methods

  Name Description
Public method Equals (Overrides Object.Equals(Object).)
Public method GetHashCode (Overrides Object.GetHashCode().)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Phone.UserData Namespace