Compartir a través de


DownloadFile.ServerPath (Propiedad)

Obtiene o establece la ruta de acceso del servidor del archivo que desea descargar.

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

Sintaxis

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

Valor de propiedad

Tipo: System.Activities.InArgument<String>
La ruta de acceso del servidor a descargar.

Seguridad de .NET Framework

Vea también

Referencia

DownloadFile Clase

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