EntityDescriptor.EditLink 属性

定义

获取或设置用于修改实体的 URI。Gets or sets the URI that modifies the entity.

public:
 property Uri ^ EditLink { Uri ^ get(); };
public Uri EditLink { get; }
member this.EditLink : Uri
Public ReadOnly Property EditLink As Uri

属性值

Uri

实体资源的编辑链接 URI。The edit link URI for the entity resource.

适用于