Gets or sets the Boolean value determining
whether the calendar owner intends to keep the Appointment
object private.
Namespace:
C1.C1ScheduleAssembly: C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)
Syntax
| C# |
|---|
[DefaultValueAttribute(false)] public bool Private { get; set; } |
| Visual Basic |
|---|
<DefaultValueAttribute(False)> _ Public Property Private As Boolean Get Set |