IdtMessageSource Property

Gets or sets the source of the message.

Definition

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

Property Value

String

Remarks

The message source might be the sending computer, the process, or a combination of similar elements.

See Also