|
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.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntaxpublic string Metadata { get; set; }
Public Property Metadata As String
Get
Set
public:
property String^ Metadata {
String^ get ();
void set (String^ value);
}
function get_Metadata();
function set_Metadata(value);
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