ErrorExceptionBody Property |
Message body.
Namespace: Lextm.SharpSnmpLib.MessagingAssembly: SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.5.7-2+Branch.master.Sha.2a75ece2c9d55c4f731f356d1512c8a5d19fa096.2a75ece2c9d55c4f731f356d1512c8a5d19fa096
Syntaxpublic ISnmpMessage? Body { get; }
Public ReadOnly Property Body As ISnmpMessage
Get
Dim instance As ErrorException
Dim value As ISnmpMessage
value = instance.Body
public:
property ISnmpMessage^ Body {
ISnmpMessage^ get ();
}
member Body : ISnmpMessage with get
Property Value
ISnmpMessage
See Also