DocumentSetVersionItem.LinkToDocumentUrl Property

Gets and sets the URL that is used to link the DocumentSet object to a document.

Namespace:  Microsoft.Office.DocumentManagement.DocumentSets
Assembly:  Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)

Syntax

'Declaration
Public Property LinkToDocumentUrl As String
    Get
    Set
'Usage
Dim instance As DocumentSetVersionItem
Dim value As String

value = instance.LinkToDocumentUrl

instance.LinkToDocumentUrl = value
public string LinkToDocumentUrl { get; set; }

Property Value

Type: System.String
The URL that is used to link the DocumentSet object to a document.

See Also

Reference

DocumentSetVersionItem Structure

DocumentSetVersionItem Members

Microsoft.Office.DocumentManagement.DocumentSets Namespace