MetaModel.DynamicDataFolderVirtualPath 属性

定义

获取或设置 DynamicData 文件夹在网站中的虚拟路径。

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

属性值

DynamicData 文件夹的虚拟路径。

注解

此属性使你能够更改 DynamicData 文件夹的虚拟路径。 默认值为“~/DynamicData”。

适用于