LicenseManager::IsValid Method (Type^)
.NET Framework (current version)
Determines whether a valid license can be granted for the specified type.
Assembly: System (in System.dll)
Parameters
- type
-
Type:
System::Type^
A Type that represents the type of object that requests the License.
The IsValid method returns true when the type is either not licensed, or is licensed and the license is valid.
This method does not throw a LicenseException when it cannot grant a valid License. The Validate method throws exceptions.
.NET Framework
Available since 1.1
Available since 1.1
Show: