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



In This Topic
    DelayedData Property
    In This Topic
    Callback to DelayedDataRoutine specified by used for fetching binary data
    Syntax
    '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);
    }
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also