Skip to main content

IBindPath Interface

Interface for a bind path.

Properties

PropertyDescription
NameName of the bind path or String.Empty if the path is unnamed.
PathPath for the bind path.
StageStage for the bind path.

WixToolset.Extensibility.dll version 5.0.1+2f00cbe680fb01ab485d56f16de9cd19b133f875

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; }