PSContextInfo.Lcid property

NOTE: This API is now obsolete.

Gets or sets the language code ID. Use LanguageCulture or LocaleCulture 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
The language code ID.

Implements

IPSContextInfo.Lcid

See also

Reference

PSContextInfo class

PSContextInfo members

Microsoft.Office.Project.Server.Library namespace