Share via


ServerStub.GetStaticProperty メソッド

静的なプロパティを取得します。

名前空間:  Microsoft.SharePoint.Client
アセンブリ:  Microsoft.SharePoint.Client.ServerRuntime (Microsoft.SharePoint.Client.ServerRuntime.dll 内)

構文

'宣言
Protected Friend Overridable Function GetStaticProperty ( _
    propertyName As String, _
    proxyContext As ProxyContext _
) As Object
'使用
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
)

パラメーター

戻り値

型: System.Object

関連項目

参照先

ServerStub クラス

ServerStub メンバー

Microsoft.SharePoint.Client 名前空間