FilePath property

Return the full path of the file.

Visual Basic syntax

Public Property FilePath As String

C# syntax

public string FilePath {get;set;}

Usage

(The set method serves no purpose in this interface. It's provided solely for the IAgentryControlViewModelFile interface that derives from this one.)