ClientObject.CheckUninitializedProperty 方法
若要判斷是否已初始化指定的值類型的屬性ClientObject檢查。
命名空間: 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.StringString物件,代表要檢查之屬性的名稱。
備註
如果未初始化ClientObject ,方法會擲回PropertyOrFieldNotInitializedException例外狀況。