File PathExpanded Path Property
This read-only property is used to display the fully qualified path with environment variable
expansions in the designer.
Definition
Namespace: Sandcastle.Core
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public string ExpandedPath { get; }VB
Public ReadOnly Property ExpandedPath As String
GetC++
public:
property String^ ExpandedPath {
String^ get ();
}F#
member ExpandedPath : string with get