次の方法で共有


ClientObject.IsPropertyAvailable メソッド

指定したスカラー プロパティの取得または設定されているかどうかを示す論理値を返します。

名前空間:  Microsoft.SharePoint.Client
アセンブリ:   Microsoft.SharePoint.Client.Silverlight.Runtime (Microsoft.SharePoint.Client.Silverlight.Runtime.dll 内);  Microsoft.SharePoint.Client.Phone.Runtime (Microsoft.SharePoint.Client.Phone.Runtime.dll 内)  Microsoft.SharePoint.Client.Runtime (Microsoft.SharePoint.Client.Runtime.dll 内)

構文

'宣言
Public Function IsPropertyAvailable ( _
    propertyName As String _
) As Boolean
'使用
Dim instance As ClientObject
Dim propertyName As String
Dim returnValue As Boolean

returnValue = instance.IsPropertyAvailable(propertyName)
public bool IsPropertyAvailable(
    string propertyName
)

パラメーター

  • propertyName
    型: System.String

    スカラーのプロパティの名前を含む文字列です。

戻り値

型: System.Boolean
trueプロパティを取得または設定されている場合それ以外の場合、 falseします。

注釈

IsPropertyAvailableメソッドは、スカラー プロパティにのみ適用されます。

関連項目

参照先

ClientObject クラス

ClientObject メンバー

Microsoft.SharePoint.Client 名前空間