WssSettingsDataSet.WssAdminRow.WADMIN_STS_TEMPLATE_ID property
Gets or sets the unique 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_ID As String
Get
Set
'Usage
Dim instance As WssSettingsDataSet.WssAdminRow
Dim value As String
value = instance.WADMIN_STS_TEMPLATE_ID
instance.WADMIN_STS_TEMPLATE_ID = value
public string WADMIN_STS_TEMPLATE_ID { get; set; }
Property value
Type: System.String
The GUID that is associated with the current site template.
See also
Reference
WssSettingsDataSet.WssAdminRow class