CatalogItem.VirtualPath 속성

정의

항목의 가상 SharePoint 경로를 가져옵니다.

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

속성 값

항목의 가상 SharePoint 경로를 포함하는 String입니다.

설명

사용자에게 표시되는 경로는 및 항목 이름의 연결 VirtualPath 이어야 합니다.

적용 대상