Gets or sets the Location of the event.
Specifies the EventBase's location.
Syntax
Visual Basic (Declaration) | |
---|
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.CategoryAttribute("Event Details")>
<System.ComponentModel.DescriptionAttribute("Gets or sets the Location of the event.")>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.JsonSerialization.IgnoreOnDefaultAttribute()>
<ISNet.Serialization.XmlSerializableAttribute()>
Public Property Location As System.String |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As WebSchedulerEventBase
Dim value As System.String
instance.Location = value
value = instance.Location |
C# | |
---|
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.CategoryAttribute("Event Details")]
[System.ComponentModel.DescriptionAttribute("Gets or sets the Location of the event.")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.JsonSerialization.IgnoreOnDefaultAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
public System.string Location {get; set;} |
Delphi | |
---|
public read-write property Location: System.String; |
JScript | |
---|
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.DefaultValueAttribute()
System.ComponentModel.CategoryAttribute("Event Details")
System.ComponentModel.DescriptionAttribute("Gets or sets the Location of the event.")
System.ComponentModel.NotifyParentPropertyAttribute()
ISNet.Serialization.JsonSerialization.IgnoreOnDefaultAttribute()
ISNet.Serialization.XmlSerializableAttribute()
public function get,set Location : System.String |
Managed Extensions for C++ | |
---|
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.CategoryAttribute("Event Details")]
[System.ComponentModel.DescriptionAttribute("Gets or sets the Location of the event.")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.JsonSerialization.IgnoreOnDefaultAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
public: __property System.string* get_Location();
public: __property void set_Location(
System.string* value
); |
C++/CLI | |
---|
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.CategoryAttribute("Event Details")]
[System.ComponentModel.DescriptionAttribute("Gets or sets the Location of the event.")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.JsonSerialization.IgnoreOnDefaultAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
public:
property System.String^ Location {
System.String^ get();
void set ( System.String^ value);
} |
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