SynthesisSimpleDialogGetProperty Method |
Attempts to get a property by its name using the lookup table
Namespace:
ff14bot.RemoteWindows
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax public static Nullable<long> GetProperty(
string key
)
Parameters
- key
- Type: SystemString
Return Value
Type:
NullableInt64value of the element if found in the lookup table, null otherwise
See Also