FieldTemplateUserControl.ChildrenPath 属性

定义

获取链接到显示子实体列表的页面的 URL。

protected:
 property System::String ^ ChildrenPath { System::String ^ get(); };
protected string ChildrenPath { get; }
member this.ChildrenPath : string
Protected ReadOnly Property ChildrenPath As String

属性值

将显示的页面链接到子实体的 URL。

注解

此方法返回指向显示子实体列表的页面的链接的 URL。 例如,AdventureWorksLT 示例数据库中 ProductCategories 表中的产品列具有链接到所选类别的产品列表的 URL。 此属性仅适用于子列。

适用于