Share via


PSContextInfo.Lcid Property

NOTE: This API is now obsolete.

The locale code ID. Use language and local culture instead.

Namespace:  Microsoft.Office.Project.Server.Library
Assembly:  Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)

Syntax

'Declaration
<ObsoleteAttribute("Use LanguageCulture instead")> _
Public Property Lcid As String
    Get
    Set
'Usage
Dim instance As PSContextInfo
Dim value As String

value = instance.Lcid

instance.Lcid = value
[ObsoleteAttribute("Use LanguageCulture instead")]
public string Lcid { get; set; }

Property Value

Type: System.String

Implements

IPSContextInfo.Lcid

See Also

Reference

PSContextInfo Class

PSContextInfo Members

Microsoft.Office.Project.Server.Library Namespace