CorrelationRuleFilter.ApplicationProperties 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.
Application specific properties of the message.
public System.Collections.Generic.IDictionary<string,object> ApplicationProperties { get; }
member this.ApplicationProperties : System.Collections.Generic.IDictionary<string, obj>
Public ReadOnly Property ApplicationProperties As IDictionary(Of String, Object)
Property Value
The application specific properties of the message.
Remarks
The following types are supported:
- byte
- sbyte
- char
- short
- ushort
- int
- uint
- long
- ulong
- float
- double
- decimal
- bool
- Guid
- string
- Uri
- DateTime
- DateTimeOffset
- TimeSpan
- Stream
- byte[]