Compartilhar via


ClientCallableMethodAttribute.AddReturnValueToCollection propriedade

Se deseja gerar código para adicionar o valor de retorno a coleção chamando isso. Add(ret);

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client.ServerRuntime (em Microsoft.SharePoint.Client.ServerRuntime.dll)

Sintaxe

'Declaração
Public Property AddReturnValueToCollection As Boolean
    Get
    Set
'Uso
Dim instance As ClientCallableMethodAttribute
Dim value As Boolean

value = instance.AddReturnValueToCollection

instance.AddReturnValueToCollection = value
public bool AddReturnValueToCollection { get; set; }

Valor de propriedade

Tipo: System.Boolean

Ver também

Referência

ClientCallableMethodAttribute classe

ClientCallableMethodAttribute membros

Microsoft.SharePoint.Client namespace