Selerix Developer Tools
Field Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Script Class : Field Property
Gets or sets the field.
Syntax
'Declaration
 
<XmlAttributeAttribute()>
Public Property Field As String
'Usage
 
Dim instance As Script
Dim value As String
 
instance.Field = value
 
value = instance.Field
[XmlAttribute()]
public string Field {get; set;}
public read-write property Field: String; 
XmlAttributeAttribute()
public function get,set Field : String
[XmlAttribute()]
public: __property string* get_Field();
public: __property void set_Field( 
   string* value
);
[XmlAttribute()]
public:
property String^ Field {
   String^ get();
   void set (    String^ value);
}
See Also

Reference

Script Class
Script Members