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