Gets or sets the Name of EditingField.
Specifies the name of editing field.
Syntax
Visual Basic (Declaration) | |
---|
<ISNet.Serialization.XmlSerializableAttribute()>
<System.ComponentModel.DefaultValueAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<System.ComponentModel.BrowsableAttribute(True)>
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)>
<System.ComponentModel.DescriptionAttribute("Gets or sets the Name of EditingField.")>
<System.ComponentModel.CategoryAttribute("Editing")>
Public Overrides Property Name As System.String |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As WebSchedulerEditingField
Dim value As System.String
instance.Name = value
value = instance.Name |
C# | |
---|
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)]
[System.ComponentModel.DescriptionAttribute("Gets or sets the Name of EditingField.")]
[System.ComponentModel.CategoryAttribute("Editing")]
public override System.string Name {get; set;} |
Delphi | |
---|
public read-write property Name: System.String; override; |
JScript | |
---|
ISNet.Serialization.XmlSerializableAttribute()
System.ComponentModel.DefaultValueAttribute()
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.NotifyParentPropertyAttribute()
System.ComponentModel.BrowsableAttribute()
System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)
System.ComponentModel.DescriptionAttribute("Gets or sets the Name of EditingField.")
System.ComponentModel.CategoryAttribute("Editing")
public override function get,set Name : System.String |
Managed Extensions for C++ | |
---|
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)]
[System.ComponentModel.DescriptionAttribute("Gets or sets the Name of EditingField.")]
[System.ComponentModel.CategoryAttribute("Editing")]
public: __property System.string* get_Name() override;
public: __property void set_Name(
System.string* value
) override; |
C++/CLI | |
---|
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)]
[System.ComponentModel.DescriptionAttribute("Gets or sets the Name of EditingField.")]
[System.ComponentModel.CategoryAttribute("Editing")]
public:
property System.String^ Name {
System.String^ get() override;
void set ( System.String^ value) override;
} |
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