[Missing <summary> documentation for "P:SmartCDSSKBLibrary.khu.vMR.ProblemBase.problemCode"]
Namespace: SmartCDSSKBLibrary.khu.vMR
Assembly: SmartCDSSKBLibrary (in SmartCDSSKBLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public string problemCode { get; set; } |
| Visual Basic |
|---|
Public Property problemCode As String Get Set |
| Visual C++ |
|---|
public: property String^ problemCode { String^ get (); void set (String^ value); } |
| F# |
|---|
member problemCode : string with get, set |