コレクションの URL (Unified Resource Locator) を表す URI を取得または設定します。
名前空間: Microsoft.Data.OData
アセンブリ: Microsoft.Data.OData (Microsoft.Data.OData.dll)
構文
'宣言
Public Property Url As Uri
Get
Set
'使用
Dim instance As ODataResourceCollectionInfo
Dim value As Uri
value = instance.Url
instance.Url = value
public Uri Url { get; set; }
public:
property Uri^ Url {
Uri^ get ();
void set (Uri^ value);
}
member Url : Uri with get, set
function get Url () : Uri
function set Url (value : Uri)
プロパティ値
型: System.Uri
コレクションの URL (Unified Resource Locator) を表す URI。