Click to Rate and Give Feedback
Collapse All/Expand All Collapse All
.NET Framework Class Library
BuildDetail..::.DropLocation Property

Namespace:  Microsoft.TeamFoundation.Build.Server
Assembly:  Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Visual Basic
<ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Public)> _
Public Property DropLocation As String
C#
[ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Public)]
public string DropLocation { get; set; }
Visual C++
[ClientPropertyAttribute(ClientVisibility::Public, ClientVisibility::Public)]
public:
property String^ DropLocation {
    String^ get ();
    void set (String^ value);
}
F#
[<ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Public)>]
member DropLocation : string with get, set
JScript
function get DropLocation () : String
function set DropLocation (value : String)

Property Value

Type: System..::.String
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2012 Microsoft. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker