次の方法で共有


SecurityElementBase.IncludeTimestamp プロパティ

定義

各メッセージにタイムスタンプを含めるかどうかを指定するブール値を取得または設定します。

public:
 property bool IncludeTimestamp { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("includeTimestamp", DefaultValue=true)]
public bool IncludeTimestamp { get; set; }
[<System.Configuration.ConfigurationProperty("includeTimestamp", DefaultValue=true)>]
member this.IncludeTimestamp : bool with get, set
Public Property IncludeTimestamp As Boolean

プロパティ値

メッセージにタイムスタンプが格納されている場合は true。それ以外の場合は false

属性

適用対象