Accusoft.Forms1 - Updated
Code4 Property



Accusoft.Forms Namespace > ComponentLicense Class : Code4 Property
Gets or sets the 4th unlock code for the component.
Syntax
Public Property Code4 As Long
Dim instance As ComponentLicense
Dim value As Long
 
instance.Code4 = value
 
value = instance.Code4
public long Code4 {get; set;}
public:
property int64 Code4 {
   int64 get();
   void set (    int64 value);
}
Remarks
Default: 0
See Also

Reference

ComponentLicense Class
ComponentLicense Members