Click or drag to resize

JobStatusExtensionData Property

Gets or sets the structure that contains extra data.

Namespace:  DoubleTake.Jobs.Contract
Assembly:  DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.2.0.814
Syntax
public ExtensionDataObject ExtensionData { get; set; }

Property Value

Type: ExtensionDataObject
The extra data.

Return Value

Type: ExtensionDataObject
An ExtensionDataObject that contains data that is not recognized as belonging to the data contract.

Implements

IExtensibleDataObjectExtensionData
See Also