WssSettingsDataSet.WssAdminRow.WADMIN_WSS_RESTRICT_WORKSPACE_CREATION property
Gets or sets a value that indicates whether to restrict creating a project site.
Namespace: WebSvcWssInterop
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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
A number that represents the workspace creation restriction setting.
See also
Reference
WssSettingsDataSet.WssAdminRow class