TrapTypeMacroEnterprise Property |
Gets or sets the enterprise.
Namespace:
Lextm.SharpSnmpPro.Mib
Assembly:
SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.2
Syntaxpublic IEntity Enterprise { get; set; }
Public Property Enterprise As IEntity
Get
Set
public:
property IEntity^ Enterprise {
IEntity^ get ();
void set (IEntity^ value);
}
member Enterprise : IEntity with get, set
Property Value
Type:
IEntity
The enterprise.
See Also