[Missing <summary> documentation for "P:SmartCDSSKBLibrary.khu.vMR.ScheduledProcedure.ID"]
 (in SmartCDSSKBLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntax
| C# | 
|---|
| public override string ID { get; set; } | 
| Visual Basic | 
|---|
| Public Overrides Property ID As String
	Get
	Set | 
| Visual C++ | 
|---|
| public:
virtual property String^ ID {
	String^ get () override;
	void set (String^ value) override;
} | 
| F# | 
|---|
| abstract ID : string with get, set
override ID : string with get, set | 
Property Value
Type: 
String See Also
See Also