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