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