ODataNavigationLink.Url 屬性
取得或設定表示連結之統一資源定位器 (URL) 的 URI。
命名空間: Microsoft.Data.OData
組件: Microsoft.Data.OData (在 Microsoft.Data.OData.dll 中)
語法
'宣告
Public Property Url As Uri
Get
Set
'用途
Dim instance As ODataNavigationLink
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。