'Declaration
Public ReadOnly Property MarkCutCommand As ICommand
'Usage
Dim instance As PageView
Dim value As ICommand
value = instance.MarkCutCommand
public ICommand MarkCutCommand {get;}
public: __property ICommand* get_MarkCutCommand();
public:
property ICommand^ MarkCutCommand {
ICommand^ get();
}