TrapTypeMacroEnterprise Property |
Gets or sets the enterprise.
Namespace: Lextm.SharpSnmpPro.MibAssembly: SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.3+8c6e8963be682b1d7fd7055c260d7b3d449dbc11
Syntaxpublic IEntity Enterprise { get; set; }
Public Property Enterprise As IEntity
Get
Set
Dim instance As TrapTypeMacro
Dim value As IEntity
value = instance.Enterprise
instance.Enterprise = value
public:
property IEntity^ Enterprise {
IEntity^ get ();
void set (IEntity^ value);
}
member Enterprise : IEntity with get, set
Property Value
IEntity
The enterprise.
See Also