NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DesigntimeLicenseContext.GetSavedLicenseKey

Gets a saved license key.

[Visual Basic]
Overrides Public Function GetSavedLicenseKey( _
   ByVal type As Type, _
   ByVal resourceAssembly As Assembly _
) As String
[C#]
public override string GetSavedLicenseKey(
   Type type,
   Assembly resourceAssembly
);
[C++]
public: override String* GetSavedLicenseKey(
   Type* type,
   Assembly* resourceAssembly
);
[JScript]
public override function GetSavedLicenseKey(
   type : Type,
   resourceAssembly : Assembly
) : String;

Parameters

type
The type of the license key.
resourceAssembly
[To be supplied.]

Return Value

The saved license key that matches the specified attributes.

See Also

DesigntimeLicenseContext Class | DesigntimeLicenseContext Members | System.ComponentModel.Design Namespace | LicenseContext