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.
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.