Gets or sets the default EventSessionConfig assigned to created proxies.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public static EventSessionConfig DefaultEventSessionConfig { get; set; }
Public Shared Property DefaultEventSessionConfig As EventSessionConfig Get Set
public: static property EventSessionConfig^ DefaultEventSessionConfig { EventSessionConfig^ get (); void set (EventSessionConfig^ value); }
/** @property */ public static EventSessionConfig get_DefaultEventSessionConfig() /** @property */ public static void set_DefaultEventSessionConfig(EventSessionConfig value)