|
LogMessageHash Property |
This value is the message hash which is used to differentiate messages written with the same Timestamp.
Namespace: DoubleTake.Common.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntaxpublic int Hash { get; set; }
Public Property Hash As Integer
Get
Set
public:
property int Hash {
int get ();
void set (int value);
}
function get_Hash();
function set_Hash(value);
Property Value
Type:
Int32The hash.
See Also