Gets the error code the the result of invoking method.
Namespace:
com.gigatms
Assembly:
GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntaxpublic ErrorCode ErrorCode { get; }
Public ReadOnly Property ErrorCode As ErrorCode
Get
public:
property ErrorCode ErrorCode {
ErrorCode get ();
}
Return Value
Type:
ErrorCodeThe error code the the result of invoking method.
See Also