This documentation is archived and is not being maintained.

PolicyStateChangedEventArgs::Failures Property

Gets the array of failures that resulted from the policy evaluation.

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

public:
property array<PolicyFailure^>^ Failures {
	array<PolicyFailure^>^ get ();
}

Property Value

Type: array<Microsoft.TeamFoundation.VersionControl.Client::PolicyFailure>
The array of failures that resulted from the policy evaluation.

Show: