ServerStub.SetStaticProperty - Méthode
Set 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 Sub SetStaticProperty ( _
propertyName As String, _
node As XmlNode, _
proxyContext As ProxyContext _
)
'Utilisation
Dim propertyName As String
Dim node As XmlNode
Dim proxyContext As ProxyContext
Me.SetStaticProperty(propertyName, _
node, proxyContext)
protected internal virtual void SetStaticProperty(
string propertyName,
XmlNode node,
ProxyContext proxyContext
)
Paramètres
- propertyName
Type : System.String
- node
Type : System.Xml.XmlNode
proxyContext
Type : Microsoft.SharePoint.Client.ProxyContextThe proxy context.