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