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


Свойство CatalogItem.VirtualPath

Gets the virtual SharePoint path of the item.

Пространство имен:  ReportService2006
Сборка:  ReportService2006 (в ReportService2006.dll)

Синтаксис

'Декларация
Public Property VirtualPath As String 
    Get 
    Set
'Применение
Dim instance As CatalogItem 
Dim value As String 

value = instance.VirtualPath

instance.VirtualPath = value
public string VirtualPath { get; set; }
public:
property String^ VirtualPath {
    String^ get ();
    void set (String^ value);
}
member VirtualPath : string with get, set
function get VirtualPath () : String 
function set VirtualPath (value : String)

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

Тип: System.String
A String that contains the virtual SharePoint path of the item.

Замечания

The path presented to the user should be a concatenation of the VirtualPath and the item name.

См. также

Справочник

CatalogItem Класс

Пространство имен ReportService2006