ResponseMessageErrorStatus Property |
Error status.
Namespace: Lextm.SharpSnmpLib.MessagingAssembly: SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.5.7-2+Branch.master.Sha.2a75ece2c9d55c4f731f356d1512c8a5d19fa096.2a75ece2c9d55c4f731f356d1512c8a5d19fa096
Syntaxpublic ErrorCode ErrorStatus { get; }
Public ReadOnly Property ErrorStatus As ErrorCode
Get
Dim instance As ResponseMessage
Dim value As ErrorCode
value = instance.ErrorStatus
public:
property ErrorCode ErrorStatus {
ErrorCode get ();
}
member ErrorStatus : ErrorCode with get
Property Value
ErrorCode
See Also