Scheduler for WPF | ComponentOne
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 String
    public string Parameters {get; set;}
    See Also