TypeInformation.Methods - Propriété
Espace de noms : Microsoft.SharePoint.Client
Assembly : Microsoft.SharePoint.Client.ServerRuntime (dans Microsoft.SharePoint.Client.ServerRuntime.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Methods As Collection(Of MethodInformation)
Get
'Utilisation
Dim instance As TypeInformation
Dim value As Collection(Of MethodInformation)
value = instance.Methods
public Collection<MethodInformation> Methods { get; }
Valeur de propriété
Type : System.Collections.ObjectModel.Collection<MethodInformation>