DocumentLibraryInformation.AbsoluteUrl property
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property AbsoluteUrl As String
Get
'Usage
Dim instance As DocumentLibraryInformation
Dim value As String
value = instance.AbsoluteUrl
public string AbsoluteUrl { get; }
Property value
Type: System.String
See also
Reference
DocumentLibraryInformation class