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!

LicenseManager.IsValid

Determines if a valid license can be granted.

Overload List

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;

See Also

LicenseManager Class | LicenseManager Members | System.ComponentModel Namespace