 | CdssPropertyAssignDiagnosticSampleValue Property |
Gets or sets the value
Namespace: SanteDB.Cdss.Xml.Model.DiagnosticsAssembly: SanteDB.Cdss.Xml (in SanteDB.Cdss.Xml.dll) Version: 3.0.2081-alpha+424e72aeb77d4a8ba5755272e5fc2a3206eaa2f1
Syntaxpublic CdssDiagnosticSampleValueWrapper Value { get; set; }Public Property Value As CdssDiagnosticSampleValueWrapper
Get
Set
public:
property CdssDiagnosticSampleValueWrapper^ Value {
CdssDiagnosticSampleValueWrapper^ get ();
void set (CdssDiagnosticSampleValueWrapper^ value);
}member Value : CdssDiagnosticSampleValueWrapper with get, set
Property Value
CdssDiagnosticSampleValueWrapper
See Also