PropertyOwner.InvalidProperties Property
Namespace: Microsoft.TeamFoundation.TestManagement.Client.Internal
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Public ReadOnly Property InvalidProperties As IEnumerable(Of String)
public IEnumerable<string> InvalidProperties { get; }
public:
virtual property IEnumerable<String^>^ InvalidProperties {
IEnumerable<String^>^ get () sealed;
}
abstract InvalidProperties : IEnumerable<string> with get
override InvalidProperties : IEnumerable<string> with get
final function get InvalidProperties () : IEnumerable<String>
Property Value
Type: IEnumerable<String>
Returns IEnumerable.
Implements
IPropertyValidator.InvalidProperties
.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