MethodInformation.ReturnTypeFullName - Propriété
Espace de noms : Microsoft.SharePoint.Client
Assembly : Microsoft.SharePoint.Client.ServerRuntime (dans Microsoft.SharePoint.Client.ServerRuntime.dll)
Syntaxe
'Déclaration
Public Property ReturnTypeFullName As String
Get
Set
'Utilisation
Dim instance As MethodInformation
Dim value As String
value = instance.ReturnTypeFullName
instance.ReturnTypeFullName = value
public string ReturnTypeFullName { get; set; }
Valeur de propriété
Type : System.String