'Declaration
Public Property DelayedData As DicomAttribute.DelayedDataRoutine
'Usage
Dim instance As DicomAttribute Dim value As DicomAttribute.DelayedDataRoutine instance.DelayedData = value value = instance.DelayedData
public DicomAttribute.DelayedDataRoutine DelayedData {get; set;}
public read-write property DelayedData: DicomAttribute.DelayedDataRoutine;
public function get,set DelayedData : DicomAttribute.DelayedDataRoutine
public: __property DicomAttribute.DelayedDataRoutine* get_DelayedData(); public: __property void set_DelayedData( DicomAttribute.DelayedDataRoutine* value );
public: property DicomAttribute.DelayedDataRoutine^ DelayedData { DicomAttribute.DelayedDataRoutine^ get(); void set ( DicomAttribute.DelayedDataRoutine^ value); }