Compartir a través de


de la propiedad PSContextInfo.Lcid

NOTA: esta API está ahora obsoleta.

Obtiene o establece el Id. En su lugar, utilice LanguageCulture o LocaleCulture .

Espacio de nombres:  Microsoft.Office.Project.Server.Library
Ensamblado:  Microsoft.Office.Project.Server.Library (en Microsoft.Office.Project.Server.Library.dll)

Sintaxis

'Declaración
<ObsoleteAttribute("Use LanguageCulture instead")> _
Public Property Lcid As String
    Get
    Set
'Uso
Dim instance As PSContextInfo
Dim value As String

value = instance.Lcid

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

Valor de propiedad

Tipo: System.String
El Id.

Implementaciones

IPSContextInfo.Lcid

Vea también

Referencia

clase PSContextInfo

Miembros PSContextInfo

Espacio de nombres Microsoft.Office.Project.Server.Library