TaskProcessorBaseTSettingsCurrentServer Property |
Holds the attachment info for this server.
Namespace:
MFiles.VAF.MultiserverMode
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxprotected VaultServerAttachment CurrentServer { get; set; }
Protected Property CurrentServer As VaultServerAttachment
Get
Set
protected:
property VaultServerAttachment^ CurrentServer {
VaultServerAttachment^ get ();
void set (VaultServerAttachment^ value);
}
Property Value
Type:
VaultServerAttachment
See Also