Forums     Knowledge Base     OfficeWriter Online     
 
 
This documentation is for
OfficeWriter v3.7.1
.NET Platform

View Docs for Another
Version or Platform

Programmer's Reference > ExcelApplication API > ExcelApplication > LicenseKey

LicenseKey Property


C# Signature:

VB.NET Signature:


Description:

The LicenseKey property is provided to assist in debugging license-related issues. The property sets or returns the license key that enables ExcelWriter. The key is stored in the registry. It contains information about ExcelWriter, including product name, platform, and version.

For assistance with licensing issues, contact SoftArtisans Technical Services (http://support.softartisans.com).

LicenseKey is a read / write property.



Examples:

[csharp]
// Get LicenseKey
string version = xla.LicenseKey;

// Set LicenseKey
xla.LicenseKey = "XXXXXX-XXXX-XXXX-XXXXXX";
[vbnet]
' Get LicenseKey
Dim version As String = xla.LicenseKey

' Set LicenseKey
xla.LicenseKey = "XXXXXX-XXXX-XXXX-XXXXXX"


Getter

Signature:

public String LicenseKey

Returns:

String The license key string found by ExcelWriter.

Setter

Signature:

public void LicenseKey String licenseKey

Type:

String



Copyright 2006 © SoftArtisans, Inc. All Rights Reserved.