DicomObjects.NET.V8
DicomObjects Namespace / DicomAttribute Class / DelayedData Property



DelayedData Property
Callback to DelayedDataRoutine specified by used for fetching binary data
Syntax
public DicomAttribute.DelayedDataRoutine DelayedData {get; set;}
public:
property DicomAttribute.DelayedDataRoutine^ DelayedData {
   DicomAttribute.DelayedDataRoutine^ get();
   void set (    DicomAttribute.DelayedDataRoutine^ value);
}
'Declaration
 
Public Property DelayedData As DicomAttribute.DelayedDataRoutine
 
'Usage
 
Dim instance As DicomAttribute
Dim value As DicomAttribute.DelayedDataRoutine
 
instance.DelayedData = value
 
value = instance.DelayedData
Requirements

Target Platforms: .NET CLR 3.5 or higher

See Also