LogData.UserAccount Property

NSG Library Logger

LogDataUserAccount Property

A Sandcastle Documented Class Library
The user identity of the caller.

Namespace:  NSG.Library.Logger
Assembly:  NSG.Library.Logger (in NSG.Library.Logger.dll) Version: 1.0.1.17 (1.0.1.17)
Syntax

public string UserAccount { get; set; }
Public Property UserAccount As String
	Get
	Set
public:
virtual property String^ UserAccount {
	String^ get () sealed;
	void set (String^ value) sealed;
}
abstract UserAccount : string with get, set
override UserAccount : string with get, set

Property Value

Type: String
See Also

Reference