Selerix Developer Tools
State Property (License)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > License Class : State Property
The state in which the license is valid
Syntax
'Declaration
 
Public Overridable Property State As String
'Usage
 
Dim instance As License
Dim value As String
 
instance.State = value
 
value = instance.State
public virtual string State {get; set;}
public read-write property State: String; virtual; 
public function get,set State : String
public: __property virtual string* get_State();
public: __property virtual void set_State( 
   string* value
);
public:
virtual property String^ State {
   String^ get();
   void set (    String^ value);
}
See Also

Reference

License Class
License Members