PermissionSetAttribute::UnicodeEncoded Property

 

Gets or sets a value indicating whether the file specified by File is Unicode or ASCII encoded.

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

public:
property bool UnicodeEncoded {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the file is Unicode encoded; otherwise, false.

If this property is not set, the file is assumed to be ASCII.

If File is null this property is not used.

.NET Framework
Available since 1.1
Return to top
Show: