PowerSNMP for .NET
Boots Property




Gets or sets the number of boots the authoritative engine is reporting.
Syntax
Public Property Boots As Integer
Dim instance As Engine
Dim value As Integer
 
instance.Boots = value
 
value = instance.Boots
public int Boots {get; set;}
public: __property int get_Boots();
public: __property void set_Boots( 
   int value
);
public:
property int Boots {
   int get();
   void set (    int value);
}

Property Value

Int32
Remarks
Initialized to a value of 1. Automatically incremented when the value of Time reaches Int32.MaxValue.
See Also

Reference

Engine Class
Engine Members

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