PowerSNMP for .NET
Oid Property (Trap2Message)




Gets or sets the OID of the trap that describes what variables are included.
Syntax
Public Property Oid As String
Dim instance As Trap2Message
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);
}

Property Value

This value is initialized in the constructor.
See Also

Reference

Trap2Message Class
Trap2Message Members

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