Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.C1Schedule Namespace / Action Class / Parameters Property

In This Topic
    Parameters Property (Action)
    In This Topic
    Gets or sets parameters used when the action is invoked.
    Syntax
    'Declaration
     
    Public Property Parameters As System.String
    public System.string Parameters {get; set;}
    See Also