adTempus API
ArcanaDevelopment.adTempus.Client Namespace / SharedSchedule Class / Name Property


In This Topic
    Name Property (SharedSchedule)
    In This Topic
    The name of the schedule
    Syntax
    'Declaration
     
    
    Public Property Name As String
    public string Name {get; set;}
    public:
    property String^ Name {
       String^ get();
       void set (    String^ value);
    }
    Remarks
    The Name is required an must be unique with the schedule type (Shared Schedule or Holiday Set).
    See Also