Gets the RiaViewSource with the specified name.

Namespace:  C1.Silverlight.Data.RiaServices
Assembly:  C1.Silverlight.Data.Entity (in C1.Silverlight.Data.Entity.dll)

Syntax

C#
public RiaViewSource this[
	string name
] { get; }
Visual Basic
Public ReadOnly Property Item ( _
	name As String _
) As RiaViewSource
	Get

Parameters

name
Type: System..::..String
The name of the RiaViewSource to get from the collection.

Return Value

The RiaViewSource with the specified name, or null if it does not exist.

See Also