SPDeploymentSettings.CommandLineVerbose 属性
获取或设置一个值,决定是否将输出写入到一个命令行控制台。
命名空间: Microsoft.SharePoint.Deployment
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
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; }
属性值
类型:System.Boolean
true直接输出到命令行 ;否则为false。默认值为false。