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





Gets CssBackground class properties as IDictionary<string, object> object.

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

 Syntax

C#  Copy Code

public IDictionary<string, Object> GetProperties ()

Visual Basic  Copy Code

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

 Return Value

Type: IDictionary<String, Object>
A System.Collections.Generic.IDictionary<TKey, TValue> list that holds the properties.

 See Also

CssBackground Members
CssBackground Class
MindFusion.Scheduling Namespace