WssSettingsDataSet.WssAdminRow.WADMIN_WSS_RESTRICT_WORKSPACE_CREATION - Propriété
Obtient ou définit une valeur qui indique s'il faut restreindre la création d'un site de projets.
Espace de noms : WebSvcWssInterop
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Property WADMIN_WSS_RESTRICT_WORKSPACE_CREATION As Integer
Get
Set
'Utilisation
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; }
Valeur de propriété
Type : System.Int32
Nombre qui représente le paramètre de restriction de création d'espace de travail.
Voir aussi
Référence
WssSettingsDataSet.WssAdminRow classe