ClientObject.CheckUninitializedProperty method
Checks to determine whether the specified value type property of a ClientObject has been initialized.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)
Syntax
'Declaration
Protected Sub CheckUninitializedProperty ( _
propName As String _
)
'Usage
Dim propName As String
Me.CheckUninitializedProperty(propName)
protected void CheckUninitializedProperty(
string propName
)
Parameters
propName
Type: System.StringThe String object that represents the name of the property to be checked.
Remarks
If ClientObject is not initialized, the method will throw an PropertyOrFieldNotInitializedException exception.