Defines settings for this service.


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

Syntax

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

/** property */
public void set_Settings(ServiceSettings value);
JScript
public CompilerGeneratedAttribute function get Settings() : ServiceSettings

public CompilerGeneratedAttribute function set Settings(value : ServiceSettings);

See Also