Intersoft WebScheduler Documentation
ExtendedEventTypeName Property
See Also  Send Feedback
ISNet.WebUI.WebScheduler Namespace > WebScheduler Class : ExtendedEventTypeName Property






Glossary Item Box

Gets or sets the extended event type name.

Syntax

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

©2013 Intersoft Solutions Corp. All Rights Reserved.