EnvironmentBaseVault Property |
The vault object. The vault object session is bound with the ongoing database transaction.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic Vault Vault { get; set; }
Public Property Vault As Vault
Get
Set
public:
virtual property Vault^ Vault {
Vault^ get () sealed;
void set (Vault^ value) sealed;
}
Property Value
Type:
VaultImplements
IEnvironmentVault
See Also