Selerix Developer Tools
StateLicense Property (License)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > License Class : StateLicense Property
The License string for that state.
Syntax
'Declaration
 
Public Overridable Property StateLicense As String
'Usage
 
Dim instance As License
Dim value As String
 
instance.StateLicense = value
 
value = instance.StateLicense
public virtual string StateLicense {get; set;}
public read-write property StateLicense: String; virtual; 
public function get,set StateLicense : String
public: __property virtual string* get_StateLicense();
public: __property virtual void set_StateLicense( 
   string* value
);
public:
virtual property String^ StateLicense {
   String^ get();
   void set (    String^ value);
}
See Also

Reference

License Class
License Members