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.
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 GetTrackingOption ( _
instance As Object _
) As ActivityTrackingOption
public static ActivityTrackingOption GetTrackingOption(
Object instance
)
public:
static ActivityTrackingOption GetTrackingOption(
Object^ instance
)
static member GetTrackingOption :
instance:Object -> ActivityTrackingOption
public static function GetTrackingOption(
instance : Object
) : ActivityTrackingOption
Parameters
instance
Type: System.ObjectThe activity for which to retrieve the property
Return Value
Type: Microsoft.TeamFoundation.Build.Workflow.Tracking.ActivityTrackingOption
The value of the property if found, true otherwise
.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.