|
MalformedMessageScope Property
|
Gets the scope.
Namespace: GSF.Net.Snmp.MessagingAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.207-beta
Syntax public Scope Scope { get; }
Public ReadOnly Property Scope As Scope
Get
public:
virtual property Scope^ Scope {
Scope^ get () sealed;
}
abstract Scope : Scope with get
override Scope : Scope with get
View SourceProperty Value
ScopeThe fake scope, which is used to avoid exceptions in message handling.
Implements
ISnmpMessageScopeSee Also