Gets or sets the total period of time, in milliseconds, at which Event Session lease will be auto renewed.
Each renewal period will be of AutoRenewLeaseDuration.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
[ObsoleteAttribute("Since 9.7 - Customizing auto-renew parameters is deprecated")] public long AutoRenewTotalDuration { get; set; }
<ObsoleteAttribute("Since 9.7 - Customizing auto-renew parameters is deprecated")> _ Public Property AutoRenewTotalDuration As Long Get Set
[ObsoleteAttribute(L"Since 9.7 - Customizing auto-renew parameters is deprecated")] public: property long long AutoRenewTotalDuration { long long get (); void set (long long value); }
/** @property */ /** @attribute ObsoleteAttribute("Since 9.7 - Customizing auto-renew parameters is deprecated") */ public long get_AutoRenewTotalDuration() /** @property */ /** @attribute ObsoleteAttribute("Since 9.7 - Customizing auto-renew parameters is deprecated") */ public void set_AutoRenewTotalDuration(long value)