WssSettingsDataSet.WssAdminRow.WADMIN_STS_TEMPLATE_LCID Property
Specifies the language culture identifier associated with the current site template of the hosting server.
Namespace: WebSvcWssInterop
Assembly: ProjectServerWebServices (in ProjectServerWebServices.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
See Also
Reference
WssSettingsDataSet.WssAdminRow Class