ReportGuidControl.webMenuItemType Method

Definition

Overloads

webMenuItemType()
webMenuItemType(WebMenuItemType)

webMenuItemType()

public:
 virtual Microsoft::Dynamics::Ax::Xpp::WebMenuItemType webMenuItemType();
public virtual Microsoft.Dynamics.Ax.Xpp.WebMenuItemType webMenuItemType ();
abstract member webMenuItemType : unit -> Microsoft.Dynamics.Ax.Xpp.WebMenuItemType
override this.webMenuItemType : unit -> Microsoft.Dynamics.Ax.Xpp.WebMenuItemType
Public Overridable Function webMenuItemType () As WebMenuItemType

Returns

Applies to

webMenuItemType(WebMenuItemType)

public:
 virtual Microsoft::Dynamics::Ax::Xpp::WebMenuItemType webMenuItemType(Microsoft::Dynamics::Ax::Xpp::WebMenuItemType _value);
public virtual Microsoft.Dynamics.Ax.Xpp.WebMenuItemType webMenuItemType (Microsoft.Dynamics.Ax.Xpp.WebMenuItemType _value);
abstract member webMenuItemType : Microsoft.Dynamics.Ax.Xpp.WebMenuItemType -> Microsoft.Dynamics.Ax.Xpp.WebMenuItemType
override this.webMenuItemType : Microsoft.Dynamics.Ax.Xpp.WebMenuItemType -> Microsoft.Dynamics.Ax.Xpp.WebMenuItemType
Public Overridable Function webMenuItemType (_value As WebMenuItemType) As WebMenuItemType

Parameters

Returns

Applies to