Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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