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

Syntax

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

/** property */
public void set_OMSlsAcct(string value);
JScript
public function get OMSlsAcct() : String

public function set OMSlsAcct(value : String);

See Also