Gets or sets the warnings associated with this page.
Namespace: FirstFloor.DocumentsAssembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)
Syntax
| C# |
|---|
public WarningCollection Warnings { get; set; } |
| Visual Basic |
|---|
Public Property Warnings As WarningCollection Get Set |
| Visual C++ |
|---|
public: property WarningCollection^ Warnings { WarningCollection^ get (); void set (WarningCollection^ value); } |