SPDeploymentSettings.CommandLineVerbose - Propriété
Obtient ou définit une valeur qui détermine si la sortie est écrite dans une console de ligne de commande.
Espace de noms : Microsoft.SharePoint.Deployment
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Property CommandLineVerbose As Boolean
Get
Set
'Utilisation
Dim instance As SPDeploymentSettings
Dim value As Boolean
value = instance.CommandLineVerbose
instance.CommandLineVerbose = value
public bool CommandLineVerbose { get; set; }
Valeur de propriété
Type : System.Boolean
true une sortie directe sur la ligne de commande ; dans le cas contraire, false. La valeur par défaut est false.