OperationDescriptor.Target Property

The URI to invoke the service operation.

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

Syntax

'Declaration
Public Property Target As Uri 
    Get 
    Friend Set
'Usage
Dim instance As OperationDescriptor 
Dim value As Uri 

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

Property Value

Type: System.Uri

See Also

Reference

OperationDescriptor Class

System.Data.Services.Client Namespace