URL for document
This could be an internet URL, a UNC path and file name or a
drive letter path filename to the file in question
Basically this is anything that is understood by the Windows Shell
Maximum of 4000 characters
| C# | Visual Basic | Visual Basic Usage | Visual C++ | J# | JScript | JavaScript | XAML |
public string URL { get; set; }
Public Property URL As String
Dim instance As AssignedDoc Dim value As String value = instance.URL instance.URL = value
function get_uRL(); function set_uRL(value);