de la propiedad ClientCallablePropertyAttribute.SetProperty
Contiene un valor Boolean que indica si exponer la propiedad establecer método. Si es false, la propiedad será de solo lectura, incluso si la propiedad se puede escribir en el servidor.
Espacio de nombres: Microsoft.SharePoint.Client
Ensamblado: Microsoft.SharePoint.Client.ServerRuntime (en Microsoft.SharePoint.Client.ServerRuntime.dll)
Sintaxis
'Declaración
Public Property SetProperty As Boolean
Get
Set
'Uso
Dim instance As ClientCallablePropertyAttribute
Dim value As Boolean
value = instance.SetProperty
instance.SetProperty = value
public bool SetProperty { get; set; }
Valor de propiedad
Tipo: System.Boolean
Vea también
Referencia
clase ClientCallablePropertyAttribute