VaultApplicationBaseRegisterPropertyHandler Method
            
            Registers the specified property handler method.
            
            
            
              Namespace: MFiles.VAFAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
protected virtual void RegisterPropertyHandler(
	MethodInfo method,
	Object instance,
	Vault vault
)
Parameters
- method  MethodInfo
 - Method that is being registered.
 - instance  Object
 - The object that hosts this particular method.
 - vault  Vault
 - The vault object.