| StateDataData Property |
[Missing <summary> documentation for "P:Hangfire.Storage.StateData.Data"]
Namespace: Hangfire.StorageAssembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax [NotNullAttribute]
public IDictionary<string, string> Data { get; set; }
<NotNullAttribute>
Public Property Data As IDictionary(Of String, String)
Get
Set
Property Value
Type:
IDictionaryString,
StringSee Also