ClientObject.IsObjectPropertyInstantiated 方法

Indicates whether the specified property of the client object is instantiated.

命名空间:  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 IsObjectPropertyInstantiated ( _
    propertyName As String _
) As Boolean
用法
Dim instance As ClientObject
Dim propertyName As String
Dim returnValue As Boolean

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

参数

  • propertyName
    类型:System.String

    The specified property name of the client object.

返回值

类型:System.Boolean
true if the specified property has been instantiated; otherwise, false.

另请参阅

引用

ClientObject 类

ClientObject 成员

Microsoft.SharePoint.Client 命名空间