Gets the warnings that occurred during the loading of this instace.
Namespace: FirstFloor.DocumentsAssembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)
Syntax
| C# |
|---|
public WarningCollection Warnings { get; private set; } |
| Visual Basic |
|---|
Public Property Warnings As WarningCollection Get Private Set |
| Visual C++ |
|---|
public: property WarningCollection^ Warnings { WarningCollection^ get (); private: void set (WarningCollection^ value); } |