MSTest.ShouldSerializeMaxPriority Method

Checks whether the MaxPriority property should be serialized as a XAML string.

Namespace:  Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)

Syntax

'Declaration
Public Function ShouldSerializeMaxPriority As Boolean
public bool ShouldSerializeMaxPriority()
public:
bool ShouldSerializeMaxPriority()
member ShouldSerializeMaxPriority : unit -> bool 
public function ShouldSerializeMaxPriority() : boolean

Return Value

Type: System.Boolean
True to serialize the MaxPriority property as a XAML string; otherwise, false.

.NET Framework Security

See Also

Reference

MSTest Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace