PowerSNMP for .NET
ReportFlag Property




Indicates whether a ReportMessage should be generated when SnmpBase.CreateResponse is used.
Syntax
Public Property ReportFlag As ReportType
Dim instance As Security
Dim value As ReportType
 
instance.ReportFlag = value
 
value = instance.ReportFlag
public ReportType ReportFlag {get; set;}
public: __property ReportType get_ReportFlag();
public: __property void set_ReportFlag( 
   ReportType value
);
public:
property ReportType ReportFlag {
   ReportType get();
   void set (    ReportType value);
}
See Also

Reference

Security Class
Security Members

6.1.1.2
PowerSNMP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic