EnvironmentPermissionAttribute::Read Property

 

Gets or sets read access for the environment variables specified by the string value.

Namespace:   System.Security.Permissions
Assembly:  mscorlib (in mscorlib.dll)

public:
property String^ Read {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

A list of environment variables for read access.

Environment variable names are case-insensitive. Multiple environment variable names are specified by separating the names using PathSeparator.

.NET Framework
Available since 1.1
Return to top
Show: