Sets the recurring events data member.
Syntax
Visual Basic (Declaration) | |
---|
<System.ComponentModel.CategoryAttribute("Data")>
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<System.ComponentModel.DescriptionAttribute("Sets the recurring events data member.")>
<ISNet.Serialization.BinarySerializableAttribute()>
Public Property RecurringEventsDataMember As System.String |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As WebScheduler
Dim value As System.String
instance.RecurringEventsDataMember = value
value = instance.RecurringEventsDataMember |
C# | |
---|
[System.ComponentModel.CategoryAttribute("Data")]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DescriptionAttribute("Sets the recurring events data member.")]
[ISNet.Serialization.BinarySerializableAttribute()]
public System.string RecurringEventsDataMember {get; set;} |
Delphi | |
---|
public read-write property RecurringEventsDataMember: System.String; |
JScript | |
---|
System.ComponentModel.CategoryAttribute("Data")
System.ComponentModel.DefaultValueAttribute()
System.ComponentModel.NotifyParentPropertyAttribute()
System.ComponentModel.DescriptionAttribute("Sets the recurring events data member.")
ISNet.Serialization.BinarySerializableAttribute()
public function get,set RecurringEventsDataMember : System.String |
Managed Extensions for C++ | |
---|
[System.ComponentModel.CategoryAttribute("Data")]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DescriptionAttribute("Sets the recurring events data member.")]
[ISNet.Serialization.BinarySerializableAttribute()]
public: __property System.string* get_RecurringEventsDataMember();
public: __property void set_RecurringEventsDataMember(
System.string* value
); |
C++/CLI | |
---|
[System.ComponentModel.CategoryAttribute("Data")]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DescriptionAttribute("Sets the recurring events data member.")]
[ISNet.Serialization.BinarySerializableAttribute()]
public:
property System.String^ RecurringEventsDataMember {
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