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

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