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

Syntax

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

/** property */
public void set_OMSlsSub(string value);
JScript
public function get OMSlsSub() : String

public function set OMSlsSub(value : String);

See Also