IVsaEngine.LCID Property

Gets or sets the geographical locale and language in which to report exception messages.

Namespace:  Microsoft.Vsa
Assembly:  Microsoft.Vsa (in Microsoft.Vsa.dll)

Syntax

'Declaration
Property LCID As Integer
    Get
    Set
int LCID { get; set; }
property int LCID {
    int get ();
    void set (int value);
}
abstract LCID : int with get, set
function get LCID () : int
function set LCID (value : int)

Property Value

Type: System.Int32
Returns an integer value representing the locale in which exception messages are to be reported.

See Also

Reference

IVsaEngine Interface

Microsoft.Vsa Namespace