メディア リソースの編集リンクを取得または設定します。
名前空間: Microsoft.Data.OData
アセンブリ: Microsoft.Data.OData (Microsoft.Data.OData.dll)
構文
'宣言
Public Property EditLink As Uri
Get
Set
'使用
Dim instance As ODataStreamReferenceValue
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
メディア リソースの編集リンク。