Skip to content

3a5f7f08 e556 1b42 a610 ef5736c0f408

AnyOldName3 edited this page Apr 12, 2017 · 1 revision

Source.IsFirst Property

True if this source has no predecessor. False otherwise.

Namespace: LVFS.External
Assembly: LVFS (in LVFS.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public bool IsFirst { get; }

VB

Public ReadOnly Property IsFirst As Boolean
	Get

C++

public:
property bool IsFirst {
	bool get ();
}

F#

member IsFirst : bool with get

Property Value

Type: Boolean

See Also

Reference

Source Class
LVFS.External Namespace

Clone this wiki locally