IBindPath Interface
Interface for a bind path.
Properties
Section titled “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 5.0.0+41e11442b2ca93e444b60213b5ae99dcbab787d8 |
Name Property
Section titled “Name Property”Name of the bind path or String.Empty if the path is unnamed.
Declaration
Section titled “Declaration”public string Name { get; set; }Path Property
Section titled “Path Property”Path for the bind path.
Declaration
Section titled “Declaration”public string Path { get; set; }Stage Property
Section titled “Stage Property”Stage for the bind path.
Declaration
Section titled “Declaration”public BindStage Stage { get; set; }