VaultExtensionMethodSourceWrite Property

A vault extension method call used to update (write) a value in the vault. The VaultExtensionMethodCall should map the "text" value to a parameter index as the value to store.

Definition

Namespace: MFiles.VAF.Configuration.Domain
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public VaultExtensionMethodCall Write { get; set; }

Property Value

VaultExtensionMethodCall

See Also