'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: property DicomAttribute.DelayedDataRoutine^ DelayedData { DicomAttribute.DelayedDataRoutine^ get(); void set ( DicomAttribute.DelayedDataRoutine^ value); }