Share via


ProcedureConfiguration.Title Property

 

The Title of the procedure. When customized, the title of the procedure will be sent back when the OData client asks for an entity or a feed in JSON full metadata.

Namespace:   System.Web.OData.Builder
Assembly:  System.Web.OData (in System.Web.OData.dll)

Syntax

public string Title {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
property String^ Title {
    [CompilerGeneratedAttribute]
    String^ get();
    [CompilerGeneratedAttribute]
    void set(String^ value);
}
member Title : string with get, set
Public Property Title As String

Property Value

Type: System.String

Returns String.

See Also

ProcedureConfiguration Class
System.Web.OData.Builder Namespace

Return to top