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