Compartir a través de


DownloadFile.LocalPath (Propiedad)

Obtiene o establece la ruta de acceso local para almacenar el archivo descargado.

Espacio de nombres:  Microsoft.TeamFoundation.Build.Workflow.Activities
Ensamblado:  Microsoft.TeamFoundation.Build.Workflow (en Microsoft.TeamFoundation.Build.Workflow.dll)

Sintaxis

'Declaración
<BrowsableAttribute(True)> _
<RequiredArgumentAttribute> _
Public Property LocalPath As InArgument(Of String)
[BrowsableAttribute(true)]
[RequiredArgumentAttribute]
public InArgument<string> LocalPath { get; set; }

Valor de propiedad

Tipo: System.Activities.InArgument<String>
La ruta de acceso local para almacenar el archivo descargado.

Seguridad de .NET Framework

Vea también

Referencia

DownloadFile Clase

Microsoft.TeamFoundation.Build.Workflow.Activities (Espacio de nombres)