The name of the AJAX request. Note that this corresponds to the HTTP Request "reqnm" parameter value.


Namespace: NetQuarry
Assembly: EAP.Core (in EAP.Core.dll)

Syntax

Visual Basic (Declaration)
Public Property RequestName As String
    <CompilerGenerated> Get
    <CompilerGenerated> Set
End Property
C#
public string RequestName { [CompilerGenerated] get; [CompilerGenerated] set; }
C++
public property string RequestName sealed  {
    String get();
    void set(String value);
}
J#
/** property */
public string get_RequestName();

/** property */
public void set_RequestName(string value);
JScript
public CompilerGenerated function get RequestName() : String

public CompilerGenerated function set RequestName(value : String);

See Also