This documentation is archived and is not being maintained.

PolicyStateChangedEventArgs::Policy Property

Gets the policy that was evaluated, which results in the associated array of failures.

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

public:
property IPolicyEvaluation^ Policy {
	IPolicyEvaluation^ get ();
}

Property Value

Type: Microsoft.TeamFoundation.VersionControl.Client::IPolicyEvaluation
The policy that was evaluated, which results in the associated array of failures.

Show: