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!

EnvironmentPermissionAttribute.All

Specifies full access for keys and values specified by the string value.

[Visual Basic]
Property All As String
[C#]
string All {set;}
[C++]
public: __property void set_All(String*);
[JScript]
public function set All(String);

Property Value

List of keys and values path names for full access.

Exceptions

Exception Type Condition
ArgumentException if invalid name list is given.

Remarks

None

See Also

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