Gets or sets the absolute path.
| C# | Visual Basic |
[DataMemberAttribute] [JsonPropertyAttribute(PropertyName = "uri")] public string AbsolutePath { get; set; }
<DataMemberAttribute> _ <JsonPropertyAttribute(PropertyName := "uri")> _ Public Property AbsolutePath As String Get Set
The absolute path.