Provides methods to license the component.
For a list of all members of this type, see License Members.
System.Object
Aspose.Workflow.License
Aspose.License.License
Thread Safety
Public static (Shared in Visual Basic) members of this type are
safe for multithreaded operations. Instance members are not guaranteed to be
thread-safe.
Example
In this example, an attempt will be made to find a license file named MyLicense.lic in the folder that contains the component, in the folder that contains the calling assembly, in the folder of the entry assembly and then in the embedded resources of the calling assembly.
[C#]
License license = new License();
license.SetLicense("MyLicense.lic");
[Visual Basic]
Dim license As license = New license
License.SetLicense("MyLicense.lic")
Requirements
Namespace: Aspose.Workflow
Assembly: Aspose.Workflow (in Aspose.Workflow.dll)
See Also
License Members | Aspose.Workflow Namespace