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