PowerSNMP for .NET
Enterprise Property




Gets the Enterprise OID associated with the Trap1Message.
Syntax
Public Property Enterprise As String
Dim instance As Trap1Message
Dim value As String
 
instance.Enterprise = value
 
value = instance.Enterprise
public string Enterprise {get; set;}
public: __property string* get_Enterprise();
public: __property void set_Enterprise( 
   string* value
);
public:
property String^ Enterprise {
   String^ get();
   void set (    String^ value);
}

Property Value

Returns the Enterprise associated with the trap provided to the constructor.
See Also

Reference

Trap1Message Class
Trap1Message Members

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