C# Class NServiceBus.Sagas.ActiveSagaInstance.CorrelationPropertyInfo

Show file Open project: Particular/NServiceBus

Public Properties

Property Type Description
HasExistingValue bool
PropertyInfo System.Reflection.PropertyInfo
Value object

Property Details

HasExistingValue public property

public bool HasExistingValue
return bool

PropertyInfo public property

public PropertyInfo,System.Reflection PropertyInfo
return System.Reflection.PropertyInfo

Value public property

public object Value
return object