ODataOperation.Title Property

Gets or sets a human-readable description of the ODataAction.

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

Syntax

'Declaration
Public Property Title As String 
    Get 
    Set
'Usage
Dim instance As ODataOperation 
Dim value As String 

value = instance.Title

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

Property Value

Type: System.String
A human-readable description of the ODataAction.

See Also

Reference

ODataOperation Class

Microsoft.Data.OData Namespace