Last error message
Namespace:
Seal.Model
Assembly:
SealLibrary (in SealLibrary.dll) Version: 6.0.0.0 (6.0.0.0)
Syntax[XmlIgnoreAttribute]
public string Error { get; set; }
<XmlIgnoreAttribute>
Public Property Error As String
Get
Set
public:
[XmlIgnoreAttribute]
property String^ Error {
String^ get ();
void set (String^ value);
}
[<XmlIgnoreAttribute>]
member Error : string with get, set
Property Value
Type:
String
See Also