Modality Property (EnhancedMultiFramesMacros.Macro)
Modality value for the Macro, set to null is the Macro is not Modality specific
public System.string Modality {get;}
public read-only property Modality: System.String;
public function get Modality : System.String
public: __property System.string* get_Modality();
public:
property System.String^ Modality {
System.String^ get();
}
'Declaration
Public ReadOnly Property Modality As System.String
'Usage
Dim instance As EnhancedMultiFramesMacros.Macro
Dim value As System.String
value = instance.Modality
Target Platforms: .NET CLR 4.8 or higher