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