PowerSNMP for .NET
Oid Property (InformMessage)




Gets or sets the OID of the trap that specifies what variables are included.
Syntax
Public Property Oid As String
Dim instance As InformMessage
Dim value As String
 
instance.Oid = value
 
value = instance.Oid
public string Oid {get; set;}
public: __property string* get_Oid();
public: __property void set_Oid( 
   string* value
);
public:
property String^ Oid {
   String^ get();
   void set (    String^ value);
}
See Also

Reference

InformMessage Class
InformMessage Members

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