ResourceWebURL Property
The URL to view the resource in a browser.
Syntax
[VB.NET] Public ReadOnlyProperty ResourceWebURL As String
[C#] public string ResourceWebURL {get;}
Remarks
This property holds the URL that can be used to view the resource. To download a resource contents instead call DownloadFile.
This property is read-only and not available at design time.
Default Value
""