| NotificationGroupMacroObjectIdentifier 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
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 NotificationGroupMacro
Dim value As UInteger()
value = instance.ObjectIdentifier
instance.ObjectIdentifier = valuepublic:
[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, setProperty Value
UInt32
            The object identifier.
            
Implements
IEntityObjectIdentifier See Also
See Also