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

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