Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines which drop type the given location is using.
Namespace: Microsoft.TeamFoundation.Build.Common
Assembly: Microsoft.TeamFoundation.Build.Common (in Microsoft.TeamFoundation.Build.Common.dll)
Syntax
'Declaration
Public Shared Function GetDropType ( _
dropLocation As String _
) As DropType
public static DropType GetDropType(
string dropLocation
)
public:
static DropType GetDropType(
String^ dropLocation
)
static member GetDropType :
dropLocation:string -> DropType
public static function GetDropType(
dropLocation : String
) : DropType
Parameters
- dropLocation
Type: System.String
Return Value
Type: Microsoft.TeamFoundation.Build.Common.DropType
Drop type or Unknown if unknown
.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.