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.Validate

Determines if a license can be granted.

Overload List

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);

See Also

LicenseManager Class | LicenseManager Members | System.ComponentModel Namespace