DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / EnhancedMultiFramesMacros.Macro Class / MacroKeyword Property






In This Topic
    MacroKeyword Property
    In This Topic
    Keyword of the Macro
    Syntax
    'Declaration
     
    
    Public ReadOnly Property MacroKeyword As Keyword
    'Usage
     
    
    Dim instance As EnhancedMultiFramesMacros.Macro
    Dim value As Keyword
     
    value = instance.MacroKeyword
    public Keyword MacroKeyword {get;}
    public read-only property MacroKeyword: Keyword; 
    public function get MacroKeyword : Keyword
    public: __property Keyword get_MacroKeyword();
    public:
    property Keyword MacroKeyword {
       Keyword get();
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also