RefreshResponseInfo.RegistrationLifetime 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定時間量,註冊項目將在經過這段時間後到期並由解析程式服務移除。
public:
property TimeSpan RegistrationLifetime { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan RegistrationLifetime { get; set; }
member this.RegistrationLifetime : TimeSpan with get, set
Public Property RegistrationLifetime As TimeSpan
屬性值
指定新的時間量的 TimeSpan,註冊項目將在經過這段時間後到期並由解析程式服務移除。