Gets or sets the address of the Location.
Namespace: MindFusion.Scheduling
Assembly: Location.js
SyntaxJavaScript
Copy Code
|
|---|
get address() {} |
A String that represents the address.
ExampleThe following code creates a new location and adds it to the list with locations of a calendar schedule.
JavaScript
Copy Code
|
|---|
var p = MindFusion.Scheduling; location = new p.Location(); |
See Also