dotnetCHARTING Send comments on this topic.
Pattern Property
See Also 
dotnetCHARTING Namespace > CalendarPattern Class : Pattern Property



Gets or sets the calendar pattern.

Syntax

Visual Basic (Declaration) 
Public Property Pattern As Boolean()
Visual Basic (Usage)Copy Code
Dim instance As CalendarPattern
Dim value() As Boolean
 
instance.Pattern = value
 
value = instance.Pattern
C# 
public bool[] Pattern {get; set;}
C++/CLI 
public:
property array<bool> Pattern {
   array<bool> get();
   void set (boolarray<value> value);
}

See Also