VCPropertySheet.CharacterSet Property

Gets or sets a value specifying the character set for the compiler to use.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

'Declaration
Property CharacterSet As charSet
charSet CharacterSet { get; set; }
property charSet CharacterSet {
    charSet get ();
    void set (charSet value);
}
abstract CharacterSet : charSet with get, set
function get CharacterSet () : charSet 
function set CharacterSet (value : charSet)

Property Value

Type: Microsoft.VisualStudio.VCProjectEngine.charSet
The character set for the compiler to use.

Remarks

Use the charSet enumeration to change the value of this property.

.NET Framework Security

See Also

Reference

VCPropertySheet Interface

Microsoft.VisualStudio.VCProjectEngine Namespace