WssSettingsDataSet.WssAdminRow.WADMIN_STS_TEMPLATE_LCID property
Gets or sets the language culture identifier that is associated with the current site template of the hosting server.
Namespace: WebSvcWssInterop
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property WADMIN_STS_TEMPLATE_LCID As Integer
Get
Set
'Usage
Dim instance As WssSettingsDataSet.WssAdminRow
Dim value As Integer
value = instance.WADMIN_STS_TEMPLATE_LCID
instance.WADMIN_STS_TEMPLATE_LCID = value
public int WADMIN_STS_TEMPLATE_LCID { get; set; }
Property value
Type: System.Int32
The GUID of a language culture.
See also
Reference
WssSettingsDataSet.WssAdminRow class