Override caching and force Munja to get newest resource


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

Syntax

Visual Basic (Declaration)
<XmlAttributeAttribute("AlwaysGetNewest")>
Public Property AlwaysGetNewest As Boolean
    <CompilerGeneratedAttribute> Get
    <CompilerGeneratedAttribute> Set
End Property
C#
[XmlAttributeAttribute("AlwaysGetNewest")]
public bool AlwaysGetNewest { [CompilerGeneratedAttribute] get; [CompilerGeneratedAttribute] set; }
C++
[XmlAttributeAttribute(L"AlwaysGetNewest")]
public property bool AlwaysGetNewest sealed  {
    bool get();
    void set(bool value);
}
J#
/** @attribute XmlAttributeAttribute("AlwaysGetNewest") */
/** property */
public bool get_AlwaysGetNewest();

/** property */
public void set_AlwaysGetNewest(bool value);
JScript
public CompilerGeneratedAttribute function get AlwaysGetNewest() : bool

public CompilerGeneratedAttribute function set AlwaysGetNewest(value : bool);

See Also