[Missing <summary> documentation for "P:SmartCDSSKBLibrary.khu.vMR.AdverseEventBase.documentationTimeSpecified"]

Namespace: SmartCDSSKBLibrary.khu.vMR
Assembly: SmartCDSSKBLibrary (in SmartCDSSKBLibrary.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool documentationTimeSpecified { get; set; }
Visual Basic
Public Property documentationTimeSpecified As Boolean
	Get
	Set
Visual C++
public:
property bool documentationTimeSpecified {
	bool get ();
	void set (bool value);
}
F#
member documentationTimeSpecified : bool with get, set

Property Value

Type: Boolean

See Also