ClientQueryProperty.ScalarProperty propriedade
Obtém se a propriedade retorna um tipo de dados simples, como um string.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.ServerRuntime (em Microsoft.SharePoint.Client.ServerRuntime.dll)
Sintaxe
'Declaração
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 propriedade
Tipo: System.Nullable<Boolean>