This documentation is archived and is not being maintained.

PolicyFailure::Message Property

Gets a description of the policy failure.

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

public:
property String^ Message {
	String^ get ();
	protected: void set (String^ value);
}

Property Value

Type: System::String
A description of the policy failure.

Show: