Xceed.Silverlight.Controls.v2.0 Assembly > Xceed.Silverlight.Controls Namespace > Licenser Class : LicenseKey Property |
Gets or sets the license key that is used to license the controls contained in the Xceed.Silverlight.Controls namespace.
'Declaration Public Shared Property LicenseKey As String
public static string LicenseKey {get; set;}
Public Sub New() Xceed.Silverlight.Controls.Licenser.LicenseKey = "XXXXX-XXXXX-XXXXX-XXXX" InitializeComponent() End Sub
public App() { Xceed.Silverlight.Controls.Licenser.LicenseKey = "XXXXX-XXXXX-XXXXX-XXXX"; InitializeComponent(); }
Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family