Get a list of the message rules that have been created against the user account


Namespace: Dynmark.Services.API
Assembly: Dynmark.Services.API (in Dynmark.Services.API.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Rules As RuleCollection
C#
public RuleCollection Rules { get; }
C++
public property RuleCollection Rules sealed  {
    RuleCollection get();
}
J#
/** property */
public RuleCollection get_Rules();
JScript
public function get Rules() : RuleCollection

See Also