The Url of the resource being requested


Namespace: Benchmarx.Munja
Assembly: Munja (in Munja.dll)

Syntax

Visual Basic (Declaration)
Public Property Url As Uri
    <CompilerGeneratedAttribute> Get
    <CompilerGeneratedAttribute> Set
End Property
C#
public Uri Url { [CompilerGeneratedAttribute] get; [CompilerGeneratedAttribute] set; }
C++
public property Uri Url sealed  {
    Uri get();
    void set(Uri value);
}
J#
/** property */
public Uri get_Url();

/** property */
public void set_Url(Uri value);
JScript
public CompilerGeneratedAttribute function get Url() : Uri

public CompilerGeneratedAttribute function set Url(value : Uri);

See Also