Click or drag to resize
LogicalItemModelMetadata Property
Gets or sets 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.Web.Models
Assembly: DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.5.36.0 (0.5.36.0)
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