Gets or sets the extended event type name.
Syntax
Visual Basic (Declaration) | |
---|
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.CategoryAttribute("General")>
<ISNet.Serialization.XmlSerializableAttribute()>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<System.ComponentModel.DescriptionAttribute("Gets or sets the type name to extend the recurring event object.")>
<ISNet.Serialization.BinarySerializableAttribute()>
Public Property ExtendedRecurringEventTypeName As System.String |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As WebScheduler
Dim value As System.String
instance.ExtendedRecurringEventTypeName = value
value = instance.ExtendedRecurringEventTypeName |
C# | |
---|
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.CategoryAttribute("General")]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DescriptionAttribute("Gets or sets the type name to extend the recurring event object.")]
[ISNet.Serialization.BinarySerializableAttribute()]
public System.string ExtendedRecurringEventTypeName {get; set;} |
Delphi | |
---|
public read-write property ExtendedRecurringEventTypeName: System.String; |
JScript | |
---|
System.ComponentModel.DefaultValueAttribute()
System.ComponentModel.CategoryAttribute("General")
ISNet.Serialization.XmlSerializableAttribute()
System.ComponentModel.NotifyParentPropertyAttribute()
System.ComponentModel.DescriptionAttribute("Gets or sets the type name to extend the recurring event object.")
ISNet.Serialization.BinarySerializableAttribute()
public function get,set ExtendedRecurringEventTypeName : System.String |
Managed Extensions for C++ | |
---|
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.CategoryAttribute("General")]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DescriptionAttribute("Gets or sets the type name to extend the recurring event object.")]
[ISNet.Serialization.BinarySerializableAttribute()]
public: __property System.string* get_ExtendedRecurringEventTypeName();
public: __property void set_ExtendedRecurringEventTypeName(
System.string* value
); |
C++/CLI | |
---|
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.CategoryAttribute("General")]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DescriptionAttribute("Gets or sets the type name to extend the recurring event object.")]
[ISNet.Serialization.BinarySerializableAttribute()]
public:
property System.String^ ExtendedRecurringEventTypeName {
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