共用方式為


AtomCategoriesMetadata.Href 屬性

取得或設定分類文件的 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,則 FixedFixed 都必須是 null,而且 Fixed 必須是 null 或空集合。

請參閱

參考

AtomCategoriesMetadata 類別

Microsoft.Data.OData.Atom 命名空間