IServiceFilterRequest.Uri Property

Gets or sets the URI for the request.

Namespace:  Microsoft.WindowsAzure.MobileServices
Assembly:  Microsoft.WindowsAzure.MobileServices.Managed (in Microsoft.WindowsAzure.MobileServices.Managed.dll)

Syntax

'Declaration
Property Uri As Uri 
    Get 
    Set
'Usage
Dim instance As IServiceFilterRequest 
Dim value As Uri 

value = instance.Uri

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

Property Value

Type: System.Uri

See Also

Reference

IServiceFilterRequest Interface

Microsoft.WindowsAzure.MobileServices Namespace