This documentation is archived and is not being maintained.

PollingCompletedEventArgs::PollingCompletedNormally Property

Gets a flag that describes whether polling completed normally.

Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)

public:
property bool PollingCompletedNormally {
	bool get ();
}

Property Value

Type: System::Boolean
true if the polling completed normally; otherwise, false.

Show: