PowerSNMP for .NET CF
Enterprise Property
See Also  Send comments on this topic.
Dart.Snmp Namespace > TrapMessage Class : Enterprise Property




Gets the Enterprise OID associated with the TrapMessage.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Enterprise As String
Visual Basic (Usage)Copy Code
Dim instance As TrapMessage
Dim value As String
 
value = instance.Enterprise
C# 
public string Enterprise {get;}
Managed Extensions for C++ 
public: __property string* get_Enterprise();
C++/CLI 
public:
property String^ Enterprise {
   String^ get();
}

Property Value

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.