Gets a value indicating whether file is stand alone file or not.

Namespace: MonoSoftware.MonoX.Repositories
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public bool IsStandAloneFile { get; }
Visual Basic
Public ReadOnly Property IsStandAloneFile As Boolean
	Get
Visual C++
public:
property bool IsStandAloneFile {
	bool get ();
}
F#
member IsStandAloneFile : bool with get

Property Value

Type: Boolean

See Also