EnvironmentPermissionAttribute::Write Property

 

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

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

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

Property Value

Type: System::String^

A list of environment variables for write 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: