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