EbsOpen Class Library for EBSILON®Professional

ApplicationBuilder.SetLicenseOption Method 

[Visual Basic]
Public Sub SetLicenseOption( _ 
   ByVal Key As String, _ 
   ByVal Value As String _ 
)
[C#]
public void SetLicenseOption(
   string Key,
   string Value
);
[C++]
public: void SetLicenseOption(
   String* Key,
   String* Value
);
[JScript]
public function SetLicenseOption(
   String Key,
   String Value
);

See Also

ApplicationBuilder Class | EbsOpen Namespace