共用方式為


ClientObject.IsPropertyAvailable 方法

會傳回一個 Boolean 值,指出是否已擷取或設定所指定的純量屬性。

命名空間:  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 命名空間