ApplicationPropertiesAppLibPath Property |
The path where application specific assemblies are copied after compilation. Allows a common location from which to reference application specific assemblies. Primariliy used by Visual Studio extension wizard
Namespace:
SystemProperties
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax string AppLibPath { get; }
ReadOnly Property AppLibPath As String
Get
Property Value
Type:
StringThe path where application specific assemblies are copied after compilation. Allows a common location from which to reference application specific assemblies. Primariliy used by Visual Studio extension wizard
See Also