Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Checks to determine whether the specified value type property of a ClientObject has been initialized.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight.Runtime (in Microsoft.SharePoint.Client.Silverlight.Runtime.dll); 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 to determine whether the specified value type property of a ClientObject has been initialized.
Remarks
If ClientObject is not initialized, the method will throw an PropertyOrFieldNotInitializedException exception.