MetaModel.DynamicDataFolderVirtualPath 属性

定义

获取或设置 DynamicData 文件夹在网站中的虚拟路径。Gets or sets the virtual path of the DynamicData folder in the Web site.

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

属性值

String

DynamicData 文件夹的虚拟路径。The virtual path of the DynamicData folder.

注解

此属性使您可以更改 DynamicData 文件夹的虚拟路径。This property enables you to change the virtual path of the DynamicData folder. 默认值为 "~/DynamicData"。The default value is "~/DynamicData".

适用于