SPSiteInventoryUsageEntry.WebUrl Property
Uniform resource locator of this Web site.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property WebUrl As String
Get
Set
'Usage
Dim instance As SPSiteInventoryUsageEntry
Dim value As String
value = instance.WebUrl
instance.WebUrl = value
public string WebUrl { get; set; }
Property Value
Type: System.String
A String representation of the URL.
See Also
Reference
SPSiteInventoryUsageEntry Class