Share via


ModelCollation.Lcid Property

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public ReadOnly Property Lcid As Integer
'Usage
Dim instance As ModelCollation 
Dim value As Integer 

value = instance.Lcid
public int Lcid { get; }
public:
property int Lcid {
    int get ();
}
public function get Lcid () : int

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

ModelCollation Class

ModelCollation Members

Microsoft.Data.Schema.SchemaModel Namespace