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