SPDeploymentSettings.CommandLineVerbose property

Gets or sets a value that determines whether output is written to a command line console.

Namespace:  Microsoft.SharePoint.Deployment
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property CommandLineVerbose As Boolean
    Get
    Set
'Usage
Dim instance As SPDeploymentSettings
Dim value As Boolean

value = instance.CommandLineVerbose

instance.CommandLineVerbose = value
public bool CommandLineVerbose { get; set; }

Property value

Type: System.Boolean
true to direct output to the command line; otherwise, false. The default is false.

See also

Reference

SPDeploymentSettings class

SPDeploymentSettings members

Microsoft.SharePoint.Deployment namespace