Class DeliveryMetaData
Inheritance
object
DeliveryMetaData
Namespace: Aetheros.Schema.OneM2M
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("dmd")]
public class DeliveryMetaData
Properties
| Edit this page View SourceTracingInfo
Declaration
[JsonProperty("tcin")]
public ICollection<string> TracingInfo { get; set; }
Property Value
Type | Description |
---|---|
ICollection<string> |
TracingOption
Declaration
[JsonProperty("tcop")]
public bool TracingOption { get; set; }
Property Value
Type | Description |
---|---|
bool |