ProcessRequestArgs.ServiceUri Property

Namespace:  System.Data.Services
Assembly:  Microsoft.Data.Services (in Microsoft.Data.Services.dll)

Syntax

'Declaration
Public Property ServiceUri As Uri 
    Get 
    Set
'Usage
Dim instance As ProcessRequestArgs 
Dim value As Uri 

value = instance.ServiceUri

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

Property Value

Type: System.Uri

See Also

Reference

ProcessRequestArgs Class

System.Data.Services Namespace