Click or drag to resize

PhysicalRuleMetadata Property

This value is any additional metadata for the rule. This property can be used by specialized workload implementations to provide additional hints to the job-creation process.

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

Property Value

Type: String
The metadata.
Remarks
Use this property to store additional rule information. This property can be used by specialized workload implementations to provide additional hints to the job-creation process.
See Also