InvokeProcess.FileName Property

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

Syntax

'Declaration
<RequiredArgumentAttribute> _
<BrowsableAttribute(True)> _
Public Property FileName As InArgument(Of String)
[RequiredArgumentAttribute]
[BrowsableAttribute(true)]
public InArgument<string> FileName { get; set; }
[RequiredArgumentAttribute]
[BrowsableAttribute(true)]
public:
property InArgument<String^>^ FileName {
    InArgument<String^>^ get ();
    void set (InArgument<String^>^ value);
}
[<RequiredArgumentAttribute>]
[<BrowsableAttribute(true)>]
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>
Returns InArgument<T>.

.NET Framework Security

See Also

Reference

InvokeProcess Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace