|
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.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
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