ClientObject.IsPropertyAvailable method
Returns a Boolean value that indicates whether the specified scalar property has been retrieved or set.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)
Syntax
'Declaration
Public Function IsPropertyAvailable ( _
propertyName As String _
) As Boolean
'Usage
Dim instance As ClientObject
Dim propertyName As String
Dim returnValue As Boolean
returnValue = instance.IsPropertyAvailable(propertyName)
public bool IsPropertyAvailable(
string propertyName
)
Parameters
propertyName
Type: System.StringA string that contains the name of the scalar property.
Return value
Type: System.Boolean
true if the property has been retrieved or set; otherwise, false.
Remarks
The IsPropertyAvailable method applies only to scalar properties.