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.StringThe String object that represents the name of the property to be checked.
备注
If ClientObject is not initialized, the method will throw an PropertyOrFieldNotInitializedException exception.