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