How can I get value of LegacyIAccessible.Description property
Hello I try to get value of LegacyIAccessible.Description property from WindowsElement.
I try whit WindowsElement.GetProperty("Description") but no result. I test Win32 Application whit Appium and WinAppDriver. If any body is know how to do this pleas help me?

@hassanuz : For all the legacy attributes, the values are always returned as NULL. Can you take this as a bug?
@anunay1, is inspect reporting them as null as well?
No inspect does not report them as null.
I'm having the same issue with getting the LegacyIAccessible properties. Is there any update on this?
Is there any way to get the property value of "legacyiacccessible"
You need to use "Legacy" at the beginning and add the property you want at the end. For instance "LegacyIAccessible.Value" would be "LegacyValue"
You need to use "Legacy" at the beginning and add the property you want at the end. For instance "LegacyIAccessible.Value" would be "LegacyValue"
Working for me. Good find!