[This is preliminary documentation and is subject to change.]
Allows to attach arbtrary bject for correlation
Namespace: NFX.DataAccess.CRUD.SubscriptionsAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public Object Correlate { get; set; }
public Object Correlate { get; set; }
Public Property Correlate As Object
Get
Set
Public Property Correlate As Object
Get
Set
public:
property Object^ Correlate {
Object^ get ();
void set (Object^ value);
}
public:
property Object^ Correlate {
Object^ get ();
void set (Object^ value);
}
member Correlate : Object with get, set
member Correlate : Object with get, set
Property Value
Type:
Object