DicomObjects.NET.8.48 Documentation
DicomObjects.EventArguments Namespace / PSLabelCreatedArgs Class / PresentationState Property






In This Topic
    PresentationState Property (PSLabelCreatedArgs)
    In This Topic
    The general DICOM Presentation State Instance
    Syntax
    'Declaration
     
    
    Public Property PresentationState As DicomDataSet
    'Usage
     
    
    Dim instance As PSLabelCreatedArgs
    Dim value As DicomDataSet
     
    instance.PresentationState = value
     
    value = instance.PresentationState
    public DicomDataSet PresentationState {get; set;}
    public read-write property PresentationState: DicomDataSet; 
    public function get,set PresentationState : DicomDataSet
    public: __property DicomDataSet* get_PresentationState();
    public: __property void set_PresentationState( 
       DicomDataSet* value
    );
    public:
    property DicomDataSet^ PresentationState {
       DicomDataSet^ get();
       void set (    DicomDataSet^ value);
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also