RunMSBuild.OutputLocation Property
Namespace: Microsoft.TeamFoundation.Build.Activities
Assembly: Microsoft.TeamFoundation.Build.Activities (in Microsoft.TeamFoundation.Build.Activities.dll)
Syntax
'Declaration
<BrowsableAttribute(True)> _
Public Property OutputLocation As InArgument(Of String)
[BrowsableAttribute(true)]
public InArgument<string> OutputLocation { get; set; }
[BrowsableAttribute(true)]
public:
property InArgument<String^>^ OutputLocation {
InArgument<String^>^ get ();
void set (InArgument<String^>^ value);
}
[<BrowsableAttribute(true)>]
member OutputLocation : InArgument<string> with get, set
function get OutputLocation () : InArgument<String>
function set OutputLocation (value : InArgument<String>)
Property Value
Type: System.Activities.InArgument<String>
Returns InArgument<T>.
.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.