VaultExtensionMethodAttributeHasSeparateEventHandlerProxy Property |
Should the Vault Extension Method have a separate Event Handler proxy.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic bool HasSeparateEventHandlerProxy { get; set; }
Public Property HasSeparateEventHandlerProxy As Boolean
Get
Set
public:
property bool HasSeparateEventHandlerProxy {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
See Also