Errors Property
See Also 
SourceCode.DeploymentTasks.SharePoint.WorkflowIntegration Namespace > DeploymentEventLog Class : Errors Property



Glossary Item Box

Gets or sets the error.

Syntax

Visual Basic (Declaration) 
Public Property Errors As List(Of DeploymentEventLogEntry)
Visual Basic (Usage)Copy Code
Dim instance As DeploymentEventLog
Dim value As List(Of DeploymentEventLogEntry)
 
instance.Errors = value
 
value = instance.Errors
C# 
public List<DeploymentEventLogEntry> Errors {get; set;}
C++/CLI 
public:
property List<DeploymentEventLogEntry^>^ Errors {
   List<DeploymentEventLogEntry^>^ get();
   void set (    List<DeploymentEventLogEntry^>^ value);
}

Property Value

The 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