MethodInformation.ReturnType propriedade
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.ServerRuntime (em Microsoft.SharePoint.Client.ServerRuntime.dll)
Sintaxe
'Declaração
Public Property ReturnType As Type
Get
Set
'Uso
Dim instance As MethodInformation
Dim value As Type
value = instance.ReturnType
instance.ReturnType = value
public Type ReturnType { get; set; }
Valor de propriedade
Tipo: System.Type