ManagedCompiler.CodePage Property

Definition

Gets or sets the code page to use for all source code files in the compilation.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 property int CodePage { int get(); void set(int value); };
public int CodePage { get; set; }
member this.CodePage : int with get, set
Public Property CodePage As Integer

Property Value

The code page to use for all source code files in the compilation.

Notes to Inheritors

This class uses the StrongNameIdentityPermissionAttribute attribute and cannot be inherited.

Applies to