Gets the ResourceCollection object that contains resource related information.

Namespace:  C1.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
[ParenthesizePropertyNameAttribute(true)]
public ResourceCollection Resources { get; }
Visual Basic (Declaration)
<ParenthesizePropertyNameAttribute(True)> _
Public ReadOnly Property Resources As ResourceCollection
	Get

See Also