MindFusion.Scheduling for ASP.NET Programmer's Guide
ResourceCollection(T).Item Property
See Also
 





Gets the Resource identified by the specified string.

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

 Syntax

C#  Copy Code

public T Item [
    string id
] { get; }

Visual Basic  Copy Code

Public ReadOnly Property Item( _
    id As String _
) As T

 Parameters

id
Type: String
The string that identifies the Resource.

 Property Value

The resource with the specified id.

 See Also

ResourceCollection(T) Members
ResourceCollection(T) Class
MindFusion.Scheduling Namespace