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


Свойство FileVersion.Url

Gets a value that specifies the relative URL of the file version based on the URL for the site or subsite.

Пространство имен:  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 Url As String
    Get
'Применение
Dim instance As FileVersion
Dim value As String

value = instance.Url
public string Url { get; }

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

Тип: System.String
Returns a String instance representing the relative URL of the file version based on the URL for the site or subsite.

Замечания

It must not be empty. It must be a URL of relative form.

См. также

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

FileVersion класс

Элементы FileVersion

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