获取或设置类别文档的 URI。
命名空间: Microsoft.Data.OData.Atom
程序集: Microsoft.Data.OData(在 Microsoft.Data.OData.dll 中)
语法
声明
Public Property Href As Uri
Get
Set
用法
Dim instance As AtomCategoriesMetadata
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。
注释
如果此属性不为 null,则属性 Fixed 和 Fixed必须都为 null,且 Fixed必须为 null 或空集合。