M-Files Vault Application Framework
C#
Show/Hide TOC
Vault
Application
Base
Event
Source
Identifier Property
Returns the vault application event source identifier that is used when logging to Windows event log.
Definition
Namespace:
MFiles.VAF
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
Copy
public
virtual
string
EventSourceIdentifier
{
get
;
protected
set
; }
Property Value
String
Implements
IVaultApplication
EventSourceIdentifier
See Also
Reference
VaultApplicationBase Class
MFiles.VAF Namespace
In This Article
Definition
Property Value
Implements
See Also