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

属性值

Boolean

如果消息包含时间戳,则为 true;否则为 false

属性

适用于