ResolveCriteria.Duration 属性
定义
public:
property TimeSpan Duration { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan Duration { get; set; }
member this.Duration : TimeSpan with get, set
Public Property Duration As TimeSpan
属性值
一个 TimeSpan 实例。A TimeSpan instance.
注解
Duration 的默认值为 20 秒。The default value for Duration is 20 seconds.