Is it possible to bind to a ValueTuple field in WPF with C#7

If I have a viewmodel property public (string Mdf, string MdfPath) MachineDefinition { get; set; } and I try to bind to it in XAML / WPF <Label Content="{Binding Path=MachineDefinition.Item2}...