ClientCallablePropertyAttribute.SetProperty - Propriété
Contient une valeur booléenne indiquant si, pour exposer la propriété méthode défini. Si faux, la propriété sera en lecture seule, même si la propriété est accessible en écriture côté serveur.
Espace de noms : Microsoft.SharePoint.Client
Assembly : Microsoft.SharePoint.Client.ServerRuntime (dans Microsoft.SharePoint.Client.ServerRuntime.dll)
Syntaxe
'Déclaration
Public Property SetProperty As Boolean
Get
Set
'Utilisation
Dim instance As ClientCallablePropertyAttribute
Dim value As Boolean
value = instance.SetProperty
instance.SetProperty = value
public bool SetProperty { get; set; }
Valeur de propriété
Type : System.Boolean
Voir aussi
Référence
ClientCallablePropertyAttribute classe