Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.