Determines if a license can be granted.
Determines if a license can be granted for the instance of the specified type.
[Visual Basic] Overloads Public Shared Function Validate(Type, Object) As License
[C#] public static License Validate(Type, Object);
[C++] public: static License* Validate(Type*, Object);
[JScript] public static function Validate(Type, Object) : License;
Determines if a license can be granted for the specified type.
[Visual Basic] Overloads Public Shared Sub Validate(Type)
[C#] public static void Validate(Type);
[C++] public: static void Validate(Type*);
[JScript] public static function Validate(Type);
LicenseManager Class | LicenseManager Members | System.ComponentModel Namespace