protected abstract TimeSpan RecyclePeriod { get; }
Protected MustOverride ReadOnly Property RecyclePeriod As TimeSpan
Get
protected:
virtual property TimeSpan RecyclePeriod {
TimeSpan get () abstract;
}
abstract RecyclePeriod : TimeSpan with get