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!

PermissionSetAttribute.UnicodeEncoded

Indicates whether the file specified by the File property is Unicode or ASCII encoded.

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

Property Value

True indicates that the file is Unicode encoded.

Remarks

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

See Also

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