Catalina Technology ctAC WebService
baseServiceAC.licenseValid Property
See Also
Example
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
Language Filter: C++
Language Filter: J#
Language Filter: JScript
Visual Basic (Declaration)
Visual Basic (Usage)
C#
C++
J#
JScript
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
baseServiceAC Class
ctAC Namespace