WssSettingsDataSet.WssAdminRow.WADMIN_WSS_RESTRICT_WORKSPACE_CREATION Property
Gets or sets a value that specifies whether to restrict creating a project site.
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 Property WADMIN_WSS_RESTRICT_WORKSPACE_CREATION As Integer
Get
Set
'Usage
Dim instance As WssSettingsDataSet.WssAdminRow
Dim value As Integer
value = instance.WADMIN_WSS_RESTRICT_WORKSPACE_CREATION
instance.WADMIN_WSS_RESTRICT_WORKSPACE_CREATION = value
public int WADMIN_WSS_RESTRICT_WORKSPACE_CREATION { get; set; }
Property Value
Type: System.Int32
Returns Int32.
See Also
Reference
WssSettingsDataSet.WssAdminRow Class