HostedWebApplication.WebAction.Verb Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the verb of the web action (e.g. GET or POST).
public:
property Microsoft::Uii::Csr::HostedWebApplication::WebAction::HttpVerb Verb { Microsoft::Uii::Csr::HostedWebApplication::WebAction::HttpVerb get(); };
public Microsoft.Uii.Csr.HostedWebApplication.WebAction.HttpVerb Verb { get; }
member this.Verb : Microsoft.Uii.Csr.HostedWebApplication.WebAction.HttpVerb
Public ReadOnly Property Verb As HostedWebApplication.WebAction.HttpVerb