MessageDetailValue Property

Gets or sets the value of the message detail.

Definition

Namespace: InnerDrive.Logging
Assembly: InnerDrive.Logging (in InnerDrive.Logging.dll) Version: 5.2.9017.0
C#
public string Value {
	get;
 }

Property Value

String

Remarks

The message detail is essentially a name-value pair.

See Also