IPropertyValidator.InvalidProperties Property
Namespace: Microsoft.TeamFoundation.TestManagement.Client.Internal
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
ReadOnly Property InvalidProperties As IEnumerable(Of String)
IEnumerable<string> InvalidProperties { get; }
property IEnumerable<String^>^ InvalidProperties {
IEnumerable<String^>^ get ();
}
abstract InvalidProperties : IEnumerable<string> with get
function get InvalidProperties () : IEnumerable<String>
Property Value
Type: System.Collections.Generic.IEnumerable<String>
Returns IEnumerable<T>.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.TeamFoundation.TestManagement.Client.Internal Namespace