Full path name.

Namespace: Composite.Core.IO
Assembly: Composite (in Composite.dll) Version: 3.2.4497.34829

Syntax

C#
public abstract string FullName { get; }
Visual Basic
Public MustOverride ReadOnly Property FullName As String
	Get
Visual C++
public:
virtual property String^ FullName {
	String^ get () abstract;
}

See Also