TfGet.Getting Property

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

Syntax

'Declaration
Public Property Getting As ActivityAction(Of Object, GettingEventArgs)
public ActivityAction<Object, GettingEventArgs> Getting { get; set; }
public:
property ActivityAction<Object^, GettingEventArgs^>^ Getting {
    ActivityAction<Object^, GettingEventArgs^>^ get ();
    void set (ActivityAction<Object^, GettingEventArgs^>^ value);
}
member Getting : ActivityAction<Object, GettingEventArgs> with get, set
function get Getting () : ActivityAction<Object, GettingEventArgs>
function set Getting (value : ActivityAction<Object, GettingEventArgs>)

Property Value

Type: System.Activities.ActivityAction<Object, GettingEventArgs>
Returns ActivityAction<T1, T2>.

.NET Framework Security

See Also

Reference

TfGet Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace