获取或设置代表引用的实体 URL 的 URI。
命名空间: Microsoft.Data.OData
程序集: Microsoft.Data.OData(在 Microsoft.Data.OData.dll 中)
语法
声明
Public Property Url As Uri
Get
Set
用法
Dim instance As ODataEntityReferenceLink
Dim value As Uri
value = instance.Url
instance.Url = value
public Uri Url { get; set; }
public:
property Uri^ Url {
Uri^ get ();
void set (Uri^ value);
}
member Url : Uri with get, set
function get Url () : Uri
function set Url (value : Uri)
属性值
类型:System.Uri
代表引用的实体 URL 的 URI。