Gets the first object in the sequence.

Namespace: Mindscape.PhoneElements
Assembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
Object FirstValue { get; }
Visual Basic
ReadOnly Property FirstValue As Object
	Get
Visual C++
property Object^ FirstValue {
	Object^ get ();
}

See Also