The properties collection for this object.


Namespace: NetQuarry
Assembly: EAP.Core (in EAP.Core.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Properties As Properties _
    Implements IEAPBase.Properties
C#
public Properties Properties { get; }
C++
public property Properties Properties sealed  {
    Properties get();
}
J#
/** property */
public Properties get_Properties();
JScript
public function get Properties() : Properties

Property Value

A collection of NetQuarry.Property objects.

Implements

IEAPBase.Properties

See Also