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.
Namespace: Microsoft.TeamFoundation.Build.Server.Compatibility
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
Public Shared Function Convert ( _
schedule As Schedule2010 _
) As Schedule
public static Schedule Convert(
Schedule2010 schedule
)
public:
static Schedule^ Convert(
Schedule2010^ schedule
)
static member Convert :
schedule:Schedule2010 -> Schedule
public static function Convert(
schedule : Schedule2010
) : Schedule
Parameters
Return Value
Type: Microsoft.TeamFoundation.Build.Server.Schedule
Returns Schedule.
.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.
See Also
Reference
Microsoft.TeamFoundation.Build.Server.Compatibility Namespace