ValueTypeConverter.GetProperty - Méthode
Renvoie la valeur de propriété.
Espace de noms : Microsoft.SharePoint.Client
Assembly : Microsoft.SharePoint.Client.ServerRuntime (dans Microsoft.SharePoint.Client.ServerRuntime.dll)
Syntaxe
'Déclaration
Protected Friend Overridable Function GetProperty ( _
obj As Object, _
propertyName As String, _
proxyContext As ProxyContext _
) As Object
'Utilisation
Dim obj As Object
Dim propertyName As String
Dim proxyContext As ProxyContext
Dim returnValue As Object
returnValue = Me.GetProperty(obj, _
propertyName, proxyContext)
protected internal virtual Object GetProperty(
Object obj,
string propertyName,
ProxyContext proxyContext
)
Paramètres
obj
Type : System.ObjectL'objet à partir duquel obtenir la propriété.
propertyName
Type : System.StringNom de la propriété.
proxyContext
Type : Microsoft.SharePoint.Client.ProxyContextLe contexte dans lequel la demande est traitée.
Valeur renvoyée
Type : System.Object
Valeur de la propriété.
Exceptions
Exception | Condition |
---|---|
InvalidClientQueryException | La requête du modèle objet client est incorrect. |