Namespace: ctAC
Assembly: ctAC (in ctAC.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property DocType As String |
| C# |
|---|
| public string DocType { get; set; } |
| C++ |
|---|
| public property string DocType sealed { String get(); void set(String value); } |
| J# |
|---|
| /** property */ public string get_DocType(); /** property */ public void set_DocType(string value); |
| JScript |
|---|
| public function get DocType() : String public function set DocType(value : String); |