Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IPropertyOwner::InvalidProperties Property

 

Gets a list of property names that are invalid.

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

property IEnumerable<String^>^ InvalidProperties {
	IEnumerable<String^>^ get();
}

Property Value

Type: System.Collections.Generic::IEnumerable<String^>^

A list of invalid property names.

Use IDataErrorInfo::Item to find the error message for the invalid property names.

Return to top
Show: