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