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