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