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