Click or drag to resize

JobInfoSourceHostUri Property

This value is the source URI.

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

Property Value

Type: Uri
The source URI.
Remarks
This property serves as a replacement for the SourceNetworkId and SourceManagementPort properties because both of these pieces of information can be provided in and extracted from the URI.
See Also