Как получить доступ к ViewModel в jQuery

@(Html.HiddenFor(model => model.PropertyName))

$("#PropertyName").val();
Lazy Lemur