TextCasing Property

Gets or sets the value of textCasing to be LowerCase/UpperCase

Namespace:  Microsoft.VisualStudio.Data.Tools.SqlLanguageServices
Assembly:  Microsoft.VisualStudio.Data.Tools.SqlLanguageServices (in Microsoft.VisualStudio.Data.Tools.SqlLanguageServices.dll)

Syntax

'Declaration
Public Property TextCasing As Integer
    Get
    Set
'Usage
Dim instance As SqlLanguagePreferences
Dim value As Integer

value = instance.TextCasing

instance.TextCasing = value
public int TextCasing { get; set; }
public:
property int TextCasing {
    int get ();
    void set (int value);
}
member TextCasing : int with get, set
function get TextCasing () : int
function set TextCasing (value : int)

Property Value

Type: System..::..Int32

See Also

Reference

SqlLanguagePreferences Class

Microsoft.VisualStudio.Data.Tools.SqlLanguageServices Namespace