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 get metadata for the ODataAction.
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Property Metadata As Uri
Get
Set
'Usage
Dim instance As ODataOperation
Dim value As Uri
value = instance.Metadata
instance.Metadata = value
public Uri Metadata { get; set; }
public:
property Uri^ Metadata {
Uri^ get ();
void set (Uri^ value);
}
member Metadata : Uri with get, set
function get Metadata () : Uri
function set Metadata (value : Uri)
Property Value
Type: System.Uri
The URI to get metadata for the ODataAction.