Gets or sets the Ipernity error
Namespace:
IpernityNETAssembly: IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)
Syntax
C# |
---|
public IpernityError Error { get; set; } |
Visual Basic (Declaration) |
---|
Public Property Error As IpernityError |
Visual C++ |
---|
public: property IpernityError^ Error { IpernityError^ get (); void set (IpernityError^ value); } |