Udostępnij za pośrednictwem


ODataOperation.Metadata Property

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.

See Also

Reference

ODataOperation Class

Microsoft.Data.OData Namespace