Gets a command for setting mark Closed.
Syntax
public ICommand SetMarkClosedCommand {get;}
public: __property ICommand* get_SetMarkClosedCommand();
'Declaration
Public ReadOnly Property SetMarkClosedCommand As ICommand
'Usage
Dim instance As PageView
Dim value As ICommand
value = instance.SetMarkClosedCommand
Property Value
ICommand object.
See Also