ValidationError Property
See Also 
SourceCode.DeploymentTasks Namespace > TaskBuildWarningEventArgs Class : ValidationError Property



Glossary Item Box

Gets or sets the validation error.

Syntax

Visual Basic (Declaration) 
Public Property ValidationError As SourceCode.Framework.ValidationError
Visual Basic (Usage)Copy Code
Dim instance As TaskBuildWarningEventArgs
Dim value As SourceCode.Framework.ValidationError
 
instance.ValidationError = value
 
value = instance.ValidationError
C# 
public SourceCode.Framework.ValidationError ValidationError {get; set;}
C++/CLI 
public:
property SourceCode.Framework.ValidationError^ ValidationError {
   SourceCode.Framework.ValidationError^ get();
   void set (    SourceCode.Framework.ValidationError^ value);
}

Property Value

The validation error.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also