[Missing <summary> documentation for "P:SmartCDSSKBLibrary.khu.vMR.ClinicalStatement.templateId"]
Namespace: SmartCDSSKBLibrary.khu.vMRAssembly: SmartCDSSKBLibrary (in SmartCDSSKBLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public List<string> templateId { get; set; } |
| Visual Basic |
|---|
Public Property templateId As List(Of String)
Get
Set |
| Visual C++ |
|---|
public:
property List<String^>^ templateId {
List<String^>^ get ();
void set (List<String^>^ value);
} |
| F# |
|---|
member templateId : List<string> with get, set
|
Property Value
Type:
List<(Of <(<'String>)>)>
See Also