CorrelationMessageProperty.TransientCorrelations 属性    
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取此 CorrelationMessageProperty 的瞬态相关实例键的集合。
public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::Runtime::DurableInstancing::InstanceKey ^> ^ TransientCorrelations { System::Collections::ObjectModel::ReadOnlyCollection<System::Runtime::DurableInstancing::InstanceKey ^> ^ get(); };
	public System.Collections.ObjectModel.ReadOnlyCollection<System.Runtime.DurableInstancing.InstanceKey> TransientCorrelations { get; }
	member this.TransientCorrelations : System.Collections.ObjectModel.ReadOnlyCollection<System.Runtime.DurableInstancing.InstanceKey>
	Public ReadOnly Property TransientCorrelations As ReadOnlyCollection(Of InstanceKey)
	属性值
瞬变相关实例键的集合。