Freigeben über


SPDeploymentSettings.CommandLineVerbose-Eigenschaft

Dient zum Abrufen oder Festlegen eines Werts, das bestimmt, ob die Ausgabe in einer Befehlszeilenkonsole geschrieben wird.

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

Eigenschaftswert

Typ: System.Boolean
true , um die Ausgabe an die Befehlszeile lenken; andernfalls false. Der Standardwert ist false.

Siehe auch

Referenz

SPDeploymentSettings Klasse

SPDeploymentSettings-Member

Microsoft.SharePoint.Deployment-Namespace