Specifies the text of Add Category title in callout.
Determines the text of callout title in the related callout.
Syntax
Visual Basic (Declaration) | |
---|
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.CategoryAttribute("Text Settings")>
<System.ComponentModel.DescriptionAttribute("Specifies the text of Add Category title in callout.")>
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.XmlSerializableAttribute()>
Public Property AddCategoryText As System.String |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As WebSchedulerTextSettings
Dim value As System.String
instance.AddCategoryText = value
value = instance.AddCategoryText |
C# | |
---|
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Text Settings")]
[System.ComponentModel.DescriptionAttribute("Specifies the text of Add Category title in callout.")]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
public System.string AddCategoryText {get; set;} |
Delphi | |
---|
public read-write property AddCategoryText: System.String; |
JScript | |
---|
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.CategoryAttribute("Text Settings")
System.ComponentModel.DescriptionAttribute("Specifies the text of Add Category title in callout.")
System.ComponentModel.DefaultValueAttribute()
System.ComponentModel.NotifyParentPropertyAttribute()
ISNet.Serialization.XmlSerializableAttribute()
public function get,set AddCategoryText : System.String |
Managed Extensions for C++ | |
---|
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Text Settings")]
[System.ComponentModel.DescriptionAttribute("Specifies the text of Add Category title in callout.")]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
public: __property System.string* get_AddCategoryText();
public: __property void set_AddCategoryText(
System.string* value
); |
C++/CLI | |
---|
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Text Settings")]
[System.ComponentModel.DescriptionAttribute("Specifies the text of Add Category title in callout.")]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
public:
property System.String^ AddCategoryText {
System.String^ get();
void set ( System.String^ value);
} |
Property Value
The default value is Add Category.
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