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

In This Topic
    Body Property (Appointment)
    In This Topic
    Gets or sets the System.String value representing the body of the Appointment object.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute("")>
    Public Property Body As String
    [DefaultValue("")]
    public string Body {get; set;}
    See Also