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

Syntax

Visual Basic (Declaration)
Public Property JrnlType As String
C#
public string JrnlType { get; set; }
C++
public property string JrnlType sealed  {
    String get();
    void set(String value);
}
J#
/** property */
public string get_JrnlType();

/** property */
public void set_JrnlType(string value);
JScript
public function get JrnlType() : String

public function set JrnlType(value : String);

See Also