DesigntimeLicenseContext::SetSavedLicenseKey Method (Type^, String^)

 

Sets a saved license key.

Namespace:   System.ComponentModel.Design
Assembly:  System (in System.dll)

public:
virtual void SetSavedLicenseKey(
	Type^ type,
	String^ key
) override

Parameters

type
Type: System::Type^

The type of the license key.

key
Type: System::String^

The license key.

This method sets the specified license key to this license context.

.NET Framework
Available since 1.1
Return to top
Show: