Class NetworkSnmpTrapV2
V2 Mode
[DataContract]
public class NetworkSnmpTrapV2
- Inheritance
-
NetworkSnmpTrapV2
- Inherited Members
Constructors
NetworkSnmpTrapV2()
public NetworkSnmpTrapV2()
Properties
Community
The community string used for SNMP V1/V2 access
[DataMember(Name = "community")]
public string? Community { get; set; }