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

属性

適用対象