de la propiedad ClientCallablePropertyAttribute.RESTfulPropertyType
El tipo de propiedad cuando se utiliza en operación REST.
Espacio de nombres: Microsoft.SharePoint.Client
Ensamblado: Microsoft.SharePoint.Client.ServerRuntime (en Microsoft.SharePoint.Client.ServerRuntime.dll)
Sintaxis
'Declaración
Public Property RESTfulPropertyType As Type
Get
Set
'Uso
Dim instance As ClientCallablePropertyAttribute
Dim value As Type
value = instance.RESTfulPropertyType
instance.RESTfulPropertyType = value
public Type RESTfulPropertyType { get; set; }
Valor de propiedad
Tipo: System.Type
Vea también
Referencia
clase ClientCallablePropertyAttribute