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