Modality Property (EnhancedMultiFramesMacros.Macro)
In This Topic
Modality value for the Macro, set to null is the Macro is not Modality specific
Syntax
'Declaration
Public ReadOnly Property Modality As System.String
'Usage
Dim instance As EnhancedMultiFramesMacros.Macro
Dim value As System.String
value = instance.Modality
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();
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also