[Missing <summary> documentation for "P:NHibernate.InvalidProxyTypeException.Errors"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
public ICollection<string> Errors { get; private set; } |
| Visual Basic |
|---|
Public Property Errors As ICollection(Of String) Get Private Set |
| Visual C++ |
|---|
public: property ICollection<String^>^ Errors { ICollection<String^>^ get (); private: void set (ICollection<String^>^ value); } |