次の方法で共有


ODataEntry.EditLink プロパティ

エントリの編集に使用するリンクを取得または設定します。

名前空間:  Microsoft.Data.OData
アセンブリ:  Microsoft.Data.OData (Microsoft.Data.OData.dll)

構文

'宣言
Public Property EditLink As Uri
    Get
    Set
'使用
Dim instance As ODataEntry
Dim value As Uri

value = instance.EditLink

instance.EditLink = value
public Uri EditLink { get; set; }
public:
property Uri^ EditLink {
    Uri^ get ();
    void set (Uri^ value);
}
member EditLink : Uri with get, set
function get EditLink () : Uri
function set EditLink (value : Uri)

プロパティ値

型: System.Uri
エントリの編集に使用するリンク。

関連項目

参照

ODataEntry クラス

Microsoft.Data.OData 名前空間