Поделиться через


Свойство File.Exists

Gets a value that specifies whether the file exists.

Пространство имен:  Microsoft.SharePoint.Client
Сборки:   Microsoft.SharePoint.Client.Silverlight (в Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (в Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (в Microsoft.SharePoint.Client.dll)

Синтаксис

'Декларация
Public ReadOnly Property Exists As Boolean
    Get
'Применение
Dim instance As File
Dim value As Boolean

value = instance.Exists
public bool Exists { get; }

Значение свойства

Тип: System.Boolean
Returns Booleantrue if the file exists; otherwise, returns false.

См. также

Справочные материалы

File класс

Элементы File

Пространство имен Microsoft.SharePoint.Client