QsLog.PutAppDomainName Property

QsInformatica.Utils

QsLogPutAppDomainName Property

[Missing <summary> documentation for "P:QsInformatica.Utils.QsLog.PutAppDomainName"]

Namespace:  QsInformatica.Utils
Assembly:  QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
public bool PutAppDomainName { get; set; }
Public Property PutAppDomainName As Boolean
	Get
	Set
public:
virtual property bool PutAppDomainName {
	bool get () sealed;
	void set (bool value) sealed;
}
abstract PutAppDomainName : bool with get, set
override PutAppDomainName : bool with get, set

Property Value

Type: Boolean

Implements

IQsLogPutAppDomainName
See Also