alexa

    Show / Hide Table of Contents

    Interface IScheduleResource

    Provides the functionality for individual schedule resources.

    Namespace: Syncfusion.Schedule
    Assembly: Syncfusion.Schedule.Base.dll
    Syntax
    public interface IScheduleResource

    Properties

    Name

    Gets or sets the name of the resource.

    Declaration
    string Name { get; set; }
    Property Value
    Type
    System.String

    UniqueID

    Gets or sets a unique integer associated with this resource.

    Declaration
    int UniqueID { get; set; }
    Property Value
    Type
    System.Int32
    Back to top Generated by DocFX