UIQuery.Lcid Property
Gets the locale identifier for the query.
Namespace: Microsoft.Web.CommandUI
Assembly: Microsoft.Web.CommandUI (in Microsoft.Web.CommandUI.dll)
Syntax
'Declaration
Public ReadOnly Property Lcid As UInteger
Get
'Usage
Dim instance As UIQuery
Dim value As UInteger
value = instance.Lcid
public uint Lcid { get; }
Property Value
Type: System.UInt32
A UInt32 that represents the locale identifier.