Specifies the ResourceRowString of Timeline view.
Syntax
Visual Basic (Declaration) | |
---|
<System.ComponentModel.DescriptionAttribute("Specifies the ResourceRowString of Timeline view.")>
<ISNet.Serialization.XmlSerializableAttribute()>
<System.ComponentModel.CategoryAttribute("Timeline View")>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.DefaultValueAttribute()>
Public Property ResourceRowString As System.String |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As WebSchedulerTimelineView
Dim value As System.String
instance.ResourceRowString = value
value = instance.ResourceRowString |
C# | |
---|
[System.ComponentModel.DescriptionAttribute("Specifies the ResourceRowString of Timeline view.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Timeline View")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
public System.string ResourceRowString {get; set;} |
Delphi | |
---|
public read-write property ResourceRowString: System.String; |
JScript | |
---|
System.ComponentModel.DescriptionAttribute("Specifies the ResourceRowString of Timeline view.")
ISNet.Serialization.XmlSerializableAttribute()
System.ComponentModel.CategoryAttribute("Timeline View")
System.ComponentModel.NotifyParentPropertyAttribute()
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.DefaultValueAttribute()
public function get,set ResourceRowString : System.String |
Managed Extensions for C++ | |
---|
[System.ComponentModel.DescriptionAttribute("Specifies the ResourceRowString of Timeline view.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Timeline View")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
public: __property System.string* get_ResourceRowString();
public: __property void set_ResourceRowString(
System.string* value
); |
C++/CLI | |
---|
[System.ComponentModel.DescriptionAttribute("Specifies the ResourceRowString of Timeline view.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Timeline View")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
public:
property System.String^ ResourceRowString {
System.String^ get();
void set ( System.String^ value);
} |
Property Value
The default value is "".
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