AppointmentRequest.Duration Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the appointment duration, in minutes.
public:
property int Duration { int get(); void set(int value); };
[System.Runtime.Serialization.DataMember]
public int Duration { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.Duration : int with get, set
Public Property Duration As Integer
Property Value
The appointment duration, in minutes.
- Attributes