CacheRefreshPlan.ItemPath 属性

定义

获取或设置要与缓存刷新计划关联的项的完全限定 URL,包括文件名(在 SharePoint 模式下,还有扩展名)。

public:
 property System::String ^ ItemPath { System::String ^ get(); void set(System::String ^ value); };
public string ItemPath { get; set; }
member this.ItemPath : string with get, set
Public Property ItemPath As String

属性值

要与缓存刷新计划关联的项的完全限定 URL。

适用于