Scheduler for WinRT
Location Property (Appointment)


Gets or sets the System.String value specifying where the appointment is going to be.
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public Property Location As String
'Usage
 
Dim instance As Appointment
Dim value As String
 
instance.Location = value
 
value = instance.Location
[DefaultValue()]
public string Location {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Appointment Class
Appointment Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.