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


In This Topic
    Name Property (DaySpecification)
    In This Topic
    An optional descriptive name for the day specification, used in the user interface.
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public Property Name As String
    [CanBeNull()]
    public string Name {get; set;}
    [CanBeNull()]
    public:
    property String^ Name {
       String^ get();
       void set (    String^ value);
    }
    See Also