SecurityElementBase.IncludeTimestamp Property    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, setPublic Property IncludeTimestamp As BooleanProperty Value
true if message contains a timestamp; otherwise, false.
- Attributes