Contains an IpernityError object if an error occurred
Namespace:
IpernityNET.IpernityObjectsAssembly: IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)
Syntax
C# |
---|
public IpernityError Error { get; internal set; } |
Visual Basic (Declaration) |
---|
Public Property Error As IpernityError |
Visual C++ |
---|
public: property IpernityError^ Error { IpernityError^ get (); void set (IpernityError^ value); } |