ControllerName Property

Important

This content is archived and is not being updated. For the latest documentation, see Microsoft Dynamics 365 product documentation. For the latest release plans, see Dynamics 365 and Microsoft Power Platform release plans.

Gets the controller name.

Namespace:  Microsoft.Dynamics.Retail.RetailServerLibrary.ODataExtensions
Assembly:  Microsoft.Dynamics.Retail.RetailServerLibrary (in Microsoft.Dynamics.Retail.RetailServerLibrary.dll)

Syntax

'Declaration
Protected Property ControllerName As String
    Get
    Private Set
'Usage
Dim value As String

value = Me.ControllerName
protected string ControllerName { get; private set; }
protected:
property String^ ControllerName {
    String^ get ();
    private: void set (String^ value);
}

Property Value

Type: System.String
Returns String.

See Also

Reference

NonBindableActionRoutingConvention Class

Microsoft.Dynamics.Retail.RetailServerLibrary.ODataExtensions Namespace