GeneratedBatchContainer.Payload Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the payload.
public object Payload { get; }
[Orleans.Id(3)]
public object Payload { get; }
member this.Payload : obj
[<Orleans.Id(3)>]
member this.Payload : obj
Public ReadOnly Property Payload As Object
Property Value
The payload.
- Attributes