Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.