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




Gets the OID that the message pertains to.

Syntax

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

Property Value

This value is initialized in the constructor.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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