FieldTemplateUserControl.ChildrenPath 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取链接到显示子实体列表的页面的 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 表中的 products 列具有链接到所选类别中的产品列表的 URL。 此属性仅适用于子列。