Is there a way to use SVA property's local variable value to be used outside property

In reply to birenkumar:
Your issue is your improper use of Local variables in formal arguments and in sequence and property declarations. Below is an expalanation from my SVA Handbook 4th Edition on the use of passing property local variables into sequences.

Please take note that on complex assertions with local variables, I prefer the use of tasks
as explained in my recent paper:
https://verificationacademy.com/forums/systemverilog/paper-understanding-sva-engine-simple-alternate-solutions
Abstract: Understanding the engine behind SVA provides not only a better appreciation and limitations of SVA, but in some situations provide features that cannot be simply implemented with the current definition of SVA. This paper first explains, by example, how a relatively simple assertion example can be written without SVA with the use of SystemVerilog tasks; this provides the basis for understanding the concepts of multithreading and exit of threads upon a condition, such as an error in the assertion. The paper then provides examples that use computational variables within threads; those variables can cause, in some cases, errors in SVA. The strict emulation model with tasks solves this issue.
I’ll work on the testimonial.
Ben Cohen
http://www.systemverilog.us/ ben@systemverilog.us
For training, consulting, services: contact Home - My cvcblr