de la propiedad ClientQueryProperty.ScalarProperty
Obtiene si la propiedad devuelve un tipo de datos simple, como un string.
Espacio de nombres: Microsoft.SharePoint.Client
Ensamblado: Microsoft.SharePoint.Client.ServerRuntime (en Microsoft.SharePoint.Client.ServerRuntime.dll)
Sintaxis
'Declaración
Public ReadOnly Property ScalarProperty As Nullable(Of Boolean)
Get
'Uso
Dim instance As ClientQueryProperty
Dim value As Nullable(Of Boolean)
value = instance.ScalarProperty
public Nullable<bool> ScalarProperty { get; }
Valor de propiedad
Tipo: System.Nullable<Boolean>