The service that this handler is associated with


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

Syntax

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

/** property */
public void set_Service(MunjaService value);
JScript
public CompilerGeneratedAttribute function get Service() : MunjaService

public CompilerGeneratedAttribute function set Service(value : MunjaService);

See Also