次の方法で共有


AtomLinkMetadata.Href プロパティ

リンクの 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。

関連項目

参照

AtomLinkMetadata クラス

Microsoft.Data.OData.Atom 名前空間