共用方式為


SPDeploymentSettings.CommandLineVerbose property

取得或設定一個值,決定是否要將輸出寫入至命令列主控台。

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

Syntax

'宣告
Public Property CommandLineVerbose As Boolean
    Get
    Set
'用途
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否則,請false。預設值為false。

請參閱

參照

SPDeploymentSettings class

SPDeploymentSettings members

Microsoft.SharePoint.Deployment namespace