conaito Office2Silverlight SDK
Sets the license key.

Namespace: Conaito.Office2Silverlight
Assembly: office2silverlight (in office2silverlight.exe) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public void SetLicenseKey(
	string licenseKey
)
Visual Basic
Public Sub SetLicenseKey ( _
	licenseKey As String _
)
Visual C++
public:
void SetLicenseKey(
	String^ licenseKey
)

Parameters

licenseKey
Type: System..::..String
The license key.

See Also