Condividi tramite


Proprietà OperationDescriptor.Target

URI per richiamare l'operazione del servizio.

Spazio dei nomi  System.Data.Services.Client
Assembly:  Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)

Sintassi

'Dichiarazione
Public Property Target As Uri
    Get
    Friend Set
'Utilizzo
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)

Valore proprietà

Tipo: System.Uri

Vedere anche

Riferimento

OperationDescriptor Classe

Spazio dei nomi System.Data.Services.Client