ObjectTypeMacroUnits Property |
Gets or sets the units.
Namespace:
Lextm.SharpSnmpPro.Mib
Assembly:
SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.2
Syntaxpublic string Units { get; set; }
Public Property Units As String
Get
Set
public:
property String^ Units {
String^ get ();
void set (String^ value);
}
member Units : string with get, set
Property Value
Type:
String
The units.
See Also