VCConfiguration.DeploymentTool Property

Gets the deployment tool.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

'Declaration
ReadOnly Property DeploymentTool As Object
'Usage
Dim instance As VCConfiguration 
Dim value As Object 

value = instance.DeploymentTool
Object DeploymentTool { get; }
property Object^ DeploymentTool {
    Object^ get ();
}
function get DeploymentTool () : Object

Property Value

Type: System.Object
Deployment tool object.

.NET Framework Security

See Also

Reference

VCConfiguration Interface

VCConfiguration Members

Microsoft.VisualStudio.VCProjectEngine Namespace