Share via


ODataOperation.Target Property

Gets or sets the URI to invoke the ODataAction.

Namespace:  Microsoft.Data.OData
Assembly:  Microsoft.Data.OData (in Microsoft.Data.OData.dll)

Syntax

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

value = instance.Target

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

Property Value

Type: System.Uri
The URI to invoke the ODataAction.

See Also

Reference

ODataOperation Class

Microsoft.Data.OData Namespace