Checks the overall permisison state of the object.
[Visual Basic] Overridable Public Function IsUnrestricted() As Boolean [C#] public virtual bool IsUnrestricted(); [C++] public: virtual bool IsUnrestricted(); [JScript] public function IsUnrestricted() : Boolean;
true if the WebPermission instance was created with Unrestricted; otherwise, false.
WebPermission Class | WebPermission Members | System.Net Namespace