It depends on where you get that property. If you're getting the property in a controller or data access class, then you'd use something like:
pageUrlRetriever.Retrieve(nodeAliasPath, culture, SiteContext.CurrentSiteName).AbsoluteUrl
If you're in a view, you'd use something like:
@Url.Kentico().PageUrl(modelObject.NodeAliasPath)