Deployment Tools Foundation
Error Property
Gets the type of validation error encountered.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public ValidationError Error { get; }
Public ReadOnly Property Error As ValidationError
public: property ValidationError Error { ValidationError get (); }