Scheduler for WPF and Silverlight | ComponentOne
C1.C1Schedule Namespace / Action Class / Type Property

In This Topic
    Type Property (Action)
    In This Topic
    Gets or sets the ActionTypeEnum value determining the type of action that will occur. Default value is ActionTypeEnum.ExecuteApplication.
    Syntax
    'Declaration
     
    
    Public Property Type As ActionTypeEnum
    public ActionTypeEnum Type {get; set;}
    See Also