Gets the properties of this Style instance as IDictionary<string, object> list.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms
C#
![]() |
---|
public virtual IDictionary<string, Object> GetProperties () |
Visual Basic
![]() |
---|
Public Overridable Function GetProperties () As IDictionary(Of String, Object) |
Type: IDictionary<String, Object>
An IDictionary<string, object> list that holds the name of each property and its value.
The method reads the values for each property identified by its name in the given IDictionary and sets them as values for the identical properties in the current Style instance.