IBindPath Interface
Interface for a bind path.
Properties
| Property | Description |
|---|---|
| Name | Name of the bind path or String.Empty if the path is unnamed. |
| Path | Path for the bind path. |
| Stage | Stage for the bind path. |
WixToolset.Extensibility.dll version 6.0.0+8c7432e50072e009353ea5f2c956ccf453476f71
Name Property
Name of the bind path or String.Empty if the path is unnamed.
Declaration
public string Name { get; set; }
Path Property
Path for the bind path.
Declaration
public string Path { get; set; }
Stage Property
Stage for the bind path.
Declaration
public BindStage Stage { get; set; }