Share via


CorrelationRuleFilter.ApplicationProperties Property

Definition

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[]

Applies to