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!

SecurityManager.CheckExecutionRights

[To be supplied.]

[Visual Basic]
Public Shared Property CheckExecutionRights As Boolean
[C#]
public static bool CheckExecutionRights {get; set;}
[C++]
public: __property static bool get_CheckExecutionRights();
public: __property static void set_CheckExecutionRights(bool);
[JScript]
public static function get CheckExecutionRights() : Boolean;
public static function set CheckExecutionRights(Boolean);

See Also

SecurityManager Class | SecurityManager Members | System.Security Namespace