Click or drag to resize

JobActionTitleId Property

This value is the title ID for the action. This value can be used to look up a title associated with this action.

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

Property Value

Type: String
The title id for this action.
See Also