ObjectTypeMacroObjectIdentifier Property |
Please use GetObjectIdentifier method.
Gets or sets the object identifier.
Namespace: Lextm.SharpSnmpPro.MibAssembly: SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.3+8c6e8963be682b1d7fd7055c260d7b3d449dbc11
Syntax[ObsoleteAttribute("Please use GetObjectIdentifier method.")]
public uint[] ObjectIdentifier { get; set; }
<ObsoleteAttribute("Please use GetObjectIdentifier method.")>
Public Property ObjectIdentifier As UInteger()
Get
Set
Dim instance As ObjectTypeMacro
Dim value As UInteger()
value = instance.ObjectIdentifier
instance.ObjectIdentifier = value
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
UInt32
The object identifier.
Implements
IEntityObjectIdentifier
See Also