InvokeProcess.FileName Property

Namespace:  Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)

Syntax

'Declaration
<BrowsableAttribute(True)> _
<RequiredArgumentAttribute> _
Public Property FileName As InArgument(Of String)
[BrowsableAttribute(true)]
[RequiredArgumentAttribute]
public InArgument<string> FileName { get; set; }
[BrowsableAttribute(true)]
[RequiredArgumentAttribute]
public:
property InArgument<String^>^ FileName {
    InArgument<String^>^ get ();
    void set (InArgument<String^>^ value);
}
[<BrowsableAttribute(true)>]
[<RequiredArgumentAttribute>]
member FileName : InArgument<string> with get, set
function get FileName () : InArgument<String>
function set FileName (value : InArgument<String>)

Property Value

Type: System.Activities.InArgument<String>

.NET Framework Security

See Also

Reference

InvokeProcess Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace