BuildTrackingParticipant.GetImportance Method

Gets the attached property value associated with the provided object.

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

Syntax

'Declaration
Public Shared Function GetImportance ( _
    instance As Object _
) As BuildTrackingImportance
public static BuildTrackingImportance GetImportance(
    Object instance
)
public:
static BuildTrackingImportance GetImportance(
    Object^ instance
)
static member GetImportance : 
        instance:Object -> BuildTrackingImportance
public static function GetImportance(
    instance : Object
) : BuildTrackingImportance

Parameters

  • instance
    Type: System.Object

    The activity for which to retrieve the property

Return Value

Type: Microsoft.TeamFoundation.Build.Workflow.BuildTrackingImportance
The value of the property if found, true otherwise

.NET Framework Security

See Also

Reference

BuildTrackingParticipant Class

Microsoft.TeamFoundation.Build.Workflow.Tracking Namespace