ServerStub.GetStaticProperty - Méthode
Get static property.
Espace de noms : Microsoft.SharePoint.Client
Assembly : Microsoft.SharePoint.Client.ServerRuntime (dans Microsoft.SharePoint.Client.ServerRuntime.dll)
Syntaxe
'Déclaration
Protected Friend Overridable Function GetStaticProperty ( _
propertyName As String, _
proxyContext As ProxyContext _
) As Object
'Utilisation
Dim propertyName As String
Dim proxyContext As ProxyContext
Dim returnValue As Object
returnValue = Me.GetStaticProperty(propertyName, _
proxyContext)
protected internal virtual Object GetStaticProperty(
string propertyName,
ProxyContext proxyContext
)
Paramètres
- propertyName
Type : System.String
proxyContext
Type : Microsoft.SharePoint.Client.ProxyContextThe proxy context.
Valeur renvoyée
Type : System.Object