EntityExtensionsGetObjectIdentifier Method |
Gets object identifier.
Namespace:
Lextm.SharpSnmpPro.Mib
Assembly:
SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.2
Syntaxpublic static uint[] GetObjectIdentifier(
this IEntity entity
)
<ExtensionAttribute>
Public Shared Function GetObjectIdentifier (
entity As IEntity
) As UInteger()
public:
[ExtensionAttribute]
static array<unsigned int>^ GetObjectIdentifier(
IEntity^ entity
)
[<ExtensionAttribute>]
static member GetObjectIdentifier :
entity : IEntity -> uint32[]
Parameters
- entity
- Type: Lextm.SharpSnmpPro.MibIEntity
Entity.
Return Value
Type:
UInt32Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
IEntity. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also