Gets or sets the event session configuration which will be used by the iterator
to monitor future matching entries.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public EventSessionConfig EventSessionConfig { get; set; }
Public Property EventSessionConfig As EventSessionConfig Get Set
public: property EventSessionConfig^ EventSessionConfig { EventSessionConfig^ get (); void set (EventSessionConfig^ value); }
/** @property */ public EventSessionConfig get_EventSessionConfig() /** @property */ public void set_EventSessionConfig(EventSessionConfig value)