Selerix Developer Tools
Code Property (Script)






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

Reference

Script Class
Script Members