Namespace: ctAC
Assembly: ctAC (in ctAC.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property licenseValid As Boolean
C#
public bool licenseValid { get; }
C++
public property bool licenseValid sealed  {
    bool get();
}
J#
/** property */
public bool get_licenseValid();
JScript
public function get licenseValid() : bool

See Also