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(); |
Property Value
Returns the Enterprise associated with the trap provided to the constructor.
Requirements
Target Platforms: Microsoft .NET Framework 2.0
See Also