FormSuite v6.0 - Updated
OEMLicenseKey Property




Accusoft.FormsAPI.Net Assembly > Accusoft.Forms Namespace > ComponentLicense Class : OEMLicenseKey Property
Gets or sets the control's OEM license key.
Syntax
'Declaration
 
Public Property OEMLicenseKey As String
'Usage
 
Dim instance As ComponentLicense
Dim value As String
 
instance.OEMLicenseKey = value
 
value = instance.OEMLicenseKey
public string OEMLicenseKey {get; set;}
public: __property string* get_OEMLicenseKey();
public: __property void set_OEMLicenseKey( 
   string* value
);
public:
property String^ OEMLicenseKey {
   String^ get();
   void set (    String^ value);
}
See Also

Reference

ComponentLicense Class
ComponentLicense Members

Is this page helpful?
Yes No
Thanks for your feedback.