|
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.ContractAssembly:
DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.2.0.814
Syntaxpublic string TitleId { get; set; }
Public Property TitleId As String
Get
Set
public:
property String^ TitleId {
String^ get ();
void set (String^ value);
}
function get_TitleId();
function set_TitleId(value);
Property Value
Type:
String
The title id for this action.
See Also