Selerix Developer Tools
StateLicense Property (Agent)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Agent Class : StateLicense Property
Gets or sets the state license list.
Syntax
'Declaration
 
Public Overridable Property StateLicense As LicenseCollection
'Usage
 
Dim instance As Agent
Dim value As LicenseCollection
 
instance.StateLicense = value
 
value = instance.StateLicense
public virtual LicenseCollection StateLicense {get; set;}
public read-write property StateLicense: LicenseCollection; virtual; 
public function get,set StateLicense : LicenseCollection
public: __property virtual LicenseCollection* get_StateLicense();
public: __property virtual void set_StateLicense( 
   LicenseCollection* value
);
public:
virtual property LicenseCollection^ StateLicense {
   LicenseCollection^ get();
   void set (    LicenseCollection^ value);
}

Property Value

The state license list.
See Also

Reference

Agent Class
Agent Members