MultiArchive SDK .NET Documentation |
MultiArchiveSdkSettings..::..loggingEnabled Property |
MultiArchiveSdkSettings Class See Also Send Feedback |
[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); } |