Web.AllowDesignerForCurrentUser - Propriété
Gets a value that specifies whether the current user is allowed to use a designer application to customize this site.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public ReadOnly Property AllowDesignerForCurrentUser As Boolean
Get
'Utilisation
Dim instance As Web
Dim value As Boolean
value = instance.AllowDesignerForCurrentUser
public bool AllowDesignerForCurrentUser { get; }
Valeur de propriété
Type : System.Boolean
Returns Booleantrue if the current user is allowed to use a designer application to customize this site; otherwise, returns false.