MultiArchiveSdkSettings.loggingEnabled Property

MultiArchive SDK .NET

Collapse image Expand Image Copy image CopyHover image

[This is preliminary documentation and is subject to change.]

Boolean value indicating whether or not logging is enabled.

Namespace: MultiArchive.SDK.Configuration
Assembly: MultiArchive.SDK (in MultiArchive.SDK.dll) Version: 1.2.30.413 (1.2.30.413)

Syntax

C#
public bool loggingEnabled { get; set; }
Visual Basic
Public Property loggingEnabled As Boolean
	Get
	Set
Visual C++
public:
property bool loggingEnabled {
	bool get ();
	void set (bool value);
}

Property Value

Type: Boolean

See Also