|
BroSubnetWidth Property |
Gets width of IP address to consider for this
BroSubnet.
Namespace: BroccoliSharpAssembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax public uint Width { get; }
Public ReadOnly Property Width As UInteger
Get
member Width : uint32 with get
/** @property */
public UInt32 get_Width()
Property Value
Type:
UInt32Remarks
Returns the
sn_width value from the
bro_subnet structure.
See Also