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



Glossary Item Box

Gets or sets the warnings.

Syntax

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

Property Value

The warnings.

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