 | 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.ModelsAssembly: DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.5.36.0 (0.5.36.0)
Syntaxpublic string Metadata { get; set; }
Public Property Metadata As String
Get
Set
public:
property String^ Metadata {
String^ get ();
void set (String^ value);
}
member Metadata : string with 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