Gets or sets whether the event session automatic lease renewal is enabled.
Note:If defined, AutoRenewFailed must have at least one subscriber.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public bool AutoRenew { get; set; }
Public Property AutoRenew As Boolean Get Set
public: property bool AutoRenew { bool get (); void set (bool value); }
/** @property */ public boolean get_AutoRenew() /** @property */ public void set_AutoRenew(boolean value)