Deployment LocationLocation Property
The location to which the help file is deployed
Definition
Namespace: SandcastleBuilder.PlugIns
Assembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 2026.3.29.0
Assembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 2026.3.29.0
C#
public Uri Location { get; set; }VB
Public Property Location As Uri
Get
SetC++
public:
property Uri^ Location {
Uri^ get ();
void set (Uri^ value);
}F#
member Location : Uri with get, set