Click or drag to resize
LogicalItemMetadata Property
This value is any additional metadata that may be displayed for a particular type of item. This metadata is not in any particular format, but you must be able to determine the format and decipher the metadata based on the type.

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

Property Value

Type: String
The metadata.
Remarks
This property is used to specify any additional metadata that may be displayed for a particular type of item. This metadata is not in any particular format, but one must be able to determine the format and decipher the metadata based on the type.
See Also