ClientObject.CheckUninitializedProperty 方法

Checks to determine whether the specified value type property of a ClientObject has been initialized.

命名空间:  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 中)

语法

声明
Protected Sub CheckUninitializedProperty ( _
    propName As String _
)
用法
Dim propName As String

Me.CheckUninitializedProperty(propName)
protected void CheckUninitializedProperty(
    string propName
)

参数

  • propName
    类型:System.String

    The String object that represents the name of the property to be checked.

备注

If ClientObject is not initialized, the method will throw an PropertyOrFieldNotInitializedException exception.

另请参阅

引用

ClientObject 类

ClientObject 成员

Microsoft.SharePoint.Client 命名空间