RunScript.FilePath Property
Namespace: Microsoft.TeamFoundation.Build.Activities
Assembly: Microsoft.TeamFoundation.Build.Activities (in Microsoft.TeamFoundation.Build.Activities.dll)
Syntax
'Declaration
<RequiredArgumentAttribute> _
<BrowsableAttribute(True)> _
Public Property FilePath As InArgument(Of String)
[RequiredArgumentAttribute]
[BrowsableAttribute(true)]
public InArgument<string> FilePath { get; set; }
[RequiredArgumentAttribute]
[BrowsableAttribute(true)]
public:
property InArgument<String^>^ FilePath {
InArgument<String^>^ get ();
void set (InArgument<String^>^ value);
}
[<RequiredArgumentAttribute>]
[<BrowsableAttribute(true)>]
member FilePath : InArgument<string> with get, set
function get FilePath () : InArgument<String>
function set FilePath (value : InArgument<String>)
Property Value
Type: System.Activities.InArgument<String>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.