Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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