IEntityObjectIdentifier 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.")]
uint[] ObjectIdentifier { get; set; }
<ObsoleteAttribute("Please use GetObjectIdentifier method.")>
Property ObjectIdentifier As UInteger()
Get
Set
Dim instance As IEntity
Dim value As UInteger()
value = instance.ObjectIdentifier
instance.ObjectIdentifier = value
[ObsoleteAttribute(L"Please use GetObjectIdentifier method.")]
property array<unsigned int>^ ObjectIdentifier {
array<unsigned int>^ get ();
void set (array<unsigned int>^ value);
}
[<ObsoleteAttribute("Please use GetObjectIdentifier method.")>]
abstract ObjectIdentifier : uint32[] with get, set
Property Value
UInt32
The object identifier.
See Also