MindFusion.Scheduling for ASP.NET Programmer's Guide
HeaderStyle.GetProperties Method
See Also
 





Gets the properties of this HeaderStyle instance as IDictionary<string, object> list.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public override IDictionary<string, Object> GetProperties ()

Visual Basic  Copy Code

Public Overrides Function GetProperties () As IDictionary(Of String, Object)

 Return Value

Type: IDictionary(String, Object)
An IDictionary<string, object> list that holds the name of each property and its value.

 See Also

HeaderStyle Members
HeaderStyle Class
MindFusion.Scheduling Namespace