MessengerUnknownEngineId Property |
If the value of the msgAuthoritativeEngineID field in the
securityParameters is unknown then
the usmStatsUnknownEngineIDs counter is incremented, and an
error indication (unknownEngineID) together with the OID and
value of the incremented counter is returned to the calling
module.
Namespace: Lextm.SharpSnmpLib.MessagingAssembly: SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.5.7-2+Branch.master.Sha.2a75ece2c9d55c4f731f356d1512c8a5d19fa096.2a75ece2c9d55c4f731f356d1512c8a5d19fa096
Syntaxpublic static ObjectIdentifier UnknownEngineId { get; }
Public Shared ReadOnly Property UnknownEngineId As ObjectIdentifier
Get
Dim value As ObjectIdentifier
value = Messenger.UnknownEngineId
public:
static property ObjectIdentifier^ UnknownEngineId {
ObjectIdentifier^ get ();
}
static member UnknownEngineId : ObjectIdentifier with get
Property Value
ObjectIdentifier
See Also