Propriedade TestRunConfiguration.UploadDeploymentItems
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (em Microsoft.VisualStudio.QualityTools.Common.dll)
Sintaxe
'Declaração
Public Property UploadDeploymentItems As Boolean
public bool UploadDeploymentItems { get; set; }
public:
property bool UploadDeploymentItems {
bool get ();
void set (bool value);
}
member UploadDeploymentItems : bool with get, set
function get UploadDeploymentItems () : boolean
function set UploadDeploymentItems (value : boolean)
Valor de propriedade
Tipo: System.Boolean
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.