Gets the Enterprise OID associated with the Trap1Message.
            
            
            
            
            
            
            
            
            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.