BuildTrackingParticipant.SetImportance Method
Sets 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 Sub SetImportance ( _
instance As Object, _
value As BuildTrackingImportance _
)
public static void SetImportance(
Object instance,
BuildTrackingImportance value
)
public:
static void SetImportance(
Object^ instance,
BuildTrackingImportance value
)
static member SetImportance :
instance:Object *
value:BuildTrackingImportance -> unit
public static function SetImportance(
instance : Object,
value : BuildTrackingImportance
)
Parameters
instance
Type: System.ObjectThe activity on which to set the property
value
Type: Microsoft.TeamFoundation.Build.Workflow.BuildTrackingImportanceThe value to set
.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.