IEventLogger Property: BinaryDataSize

Property Name
BinaryDataSize

Propery Type
Long

Description
Sets the size (in bytes) of the event specific binary data.

Example

Dim EventLog As IEventLogger
'Get the interface. 'DirectScript.EventLogger.1'is the ProgId of 'the Event Logger component.
Set EventLog = CreateObject ("DirectScript.EventLogger.1")
'Set BinaryDataSize property
EventLog.BinaryDataSize = 8

 

See Also: