WssSettingsDataSet.WssAdminDataTable.WADMIN_WSS_RESTRICT_WORKSPACE_CREATIONColumn Property
Defines the column for the WADMIN_WSS_RESTRICT_WORKSPACE_CREATION field.
Namespace: [WssInterop Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/WssInterop.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/WssInterop.asmx?wsdl
Syntax
'Declaration
Public ReadOnly Property WADMIN_WSS_RESTRICT_WORKSPACE_CREATIONColumn As DataColumn
Get
'Usage
Dim instance As WssSettingsDataSet.WssAdminDataTable
Dim value As DataColumn
value = instance.WADMIN_WSS_RESTRICT_WORKSPACE_CREATIONColumn
public DataColumn WADMIN_WSS_RESTRICT_WORKSPACE_CREATIONColumn { get; }
Property Value
Type: System.Data.DataColumn
Returns DataColumn.
See Also
Reference
WssSettingsDataSet.WssAdminDataTable Class