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