Return the first object in the sequence, or null if the sequence is empty.

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

Syntax

C#
public Object FirstValue { get; }
Visual Basic
Public ReadOnly Property FirstValue As Object
	Get
Visual C++
public:
virtual property Object^ FirstValue {
	Object^ get () sealed;
}

Implements

IDataSource..::..FirstValue

See Also