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!

SecurityAttribute.Unrestricted

Retrieves or assigns a value indicating whether full (unrestricted) permission to the resource protected by the attribute should be declared.

[Visual Basic]
Public Property Unrestricted As Boolean
[C#]
public bool Unrestricted {get; set;}
[C++]
public: __property bool get_Unrestricted();
public: __property void set_Unrestricted(bool);
[JScript]
public function get Unrestricted() : Boolean;
public function set Unrestricted(Boolean);

Property Value

True indicates that full permission to the protected resource is being declared.

Remarks

Inherited by all classes implementing custom attributes for declarative security.

See Also

SecurityAttribute Class | SecurityAttribute Members | System.Security.Permissions Namespace