NotificationTypeMacroObjectIdentifier Property |
Note: This API is now obsolete.
Namespace:
Lextm.SharpSnmpPro.Mib
Assembly:
SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.2
Syntax[ObsoleteAttribute("Please use GetObjectIdentifier method.")]
public uint[] ObjectIdentifier { get; set; }
<ObsoleteAttribute("Please use GetObjectIdentifier method.")>
Public Property ObjectIdentifier As UInteger()
Get
Set
public:
[ObsoleteAttribute(L"Please use GetObjectIdentifier method.")]
virtual property array<unsigned int>^ ObjectIdentifier {
array<unsigned int>^ get () sealed;
void set (array<unsigned int>^ value) sealed;
}
[<ObsoleteAttribute("Please use GetObjectIdentifier method.")>]
abstract ObjectIdentifier : uint32[] with get, set
[<ObsoleteAttribute("Please use GetObjectIdentifier method.")>]
override ObjectIdentifier : uint32[] with get, set
Property Value
Type:
UInt32Implements
IEntityObjectIdentifier
See Also