WssSettingsDataSet.WssAdminDataTable.WADMIN_STS_TEMPLATE_IDColumn property
Defines the column for the WADMIN_STS_TEMPLATE_ID field.
Namespace: WebSvcWssInterop
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public ReadOnly Property WADMIN_STS_TEMPLATE_IDColumn As DataColumn
Get
'Usage
Dim instance As WssSettingsDataSet.WssAdminDataTable
Dim value As DataColumn
value = instance.WADMIN_STS_TEMPLATE_IDColumn
public DataColumn WADMIN_STS_TEMPLATE_IDColumn { get; }
Property value
Type: System.Data.DataColumn
A DataColumn object for the field.
See also
Reference
WssSettingsDataSet.WssAdminDataTable class