adTempus API
ArcanaDevelopment.adTempus.Client Namespace / DateCriterion Class / Schedule Property


In This Topic
    Schedule Property (DateCriterion)
    In This Topic
    The Schedule this criterion belongs to, if applicable
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public ReadOnly Property Schedule As Schedule
    [CanBeNull()]
    public Schedule Schedule {get;}
    [CanBeNull()]
    public:
    property Schedule^ Schedule {
       Schedule^ get();
    }
    See Also