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.SetSavedLicenseKey

Sets a saved license key.

[Visual Basic]
Overrides Public Sub SetSavedLicenseKey( _
   ByVal type As Type, _
   ByVal key As String _
)
[C#]
public override void SetSavedLicenseKey(
   Type type,
   string key
);
[C++]
public: override void SetSavedLicenseKey(
   Type* type,
   String* key
);
[JScript]
public override function SetSavedLicenseKey(
   type : Type,
   key : String
);

Parameters

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

See Also

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