Scheduler for WPF | ComponentOne
C1.C1Schedule Namespace / Appointment Class / Private Property

In This Topic
    Private Property (Appointment)
    In This Topic
    Gets or sets the System.Boolean value determining whether the calendar owner intends to keep the Appointment object private.
    Syntax
    'Declaration
     
    
    Public Property Private As Boolean
    public bool Private {get; set;}
    See Also