adTempus API
ArcanaDevelopment.adTempus.Client Namespace / DaySpecification Class / SpecificationType Property


In This Topic
    SpecificationType Property
    In This Topic
    Indicates the type of rule used for this item.
    Syntax
    'Declaration
     
    
    Public Property SpecificationType As DaySpecificationType
    public DaySpecificationType SpecificationType {get; set;}
    public:
    property DaySpecificationType SpecificationType {
       DaySpecificationType get();
       void set (    DaySpecificationType value);
    }
    Remarks
    See the DaySpecification overview for a discussion of these values.
    See Also