SecurityElementBase.IncludeTimestamp Property

Definition

Gets or sets a Boolean value that specifies whether each message contains a timestamp.

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

Property Value

true if message contains a timestamp; otherwise, false.

Attributes

Applies to