Метод ClientObject.IsObjectPropertyInstantiated
Указывает, создается ли свойство указанного объекта клиента.
Пространство имен: 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)
Синтаксис
'Декларация
Public Function IsObjectPropertyInstantiated ( _
propertyName As String _
) As Boolean
'Применение
Dim instance As ClientObject
Dim propertyName As String
Dim returnValue As Boolean
returnValue = instance.IsObjectPropertyInstantiated(propertyName)
public bool IsObjectPropertyInstantiated(
string propertyName
)
Параметры
propertyName
Тип: System.StringИмя свойства указанного объекта клиента.
Возвращаемое значение
Тип: System.Boolean
true , если указанное свойство был создан; в противном случае — false.