ClientCallableMethodAttribute.SetExpandoFieldValue propriedade
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.ServerRuntime (em Microsoft.SharePoint.Client.ServerRuntime.dll)
Sintaxe
'Declaração
Public Property SetExpandoFieldValue As Boolean
Get
Set
'Uso
Dim instance As ClientCallableMethodAttribute
Dim value As Boolean
value = instance.SetExpandoFieldValue
instance.SetExpandoFieldValue = value
public bool SetExpandoFieldValue { get; set; }
Valor de propriedade
Tipo: System.Boolean
Ver também
Referência
ClientCallableMethodAttribute classe