SPFeatureUsageEntry.SiteUrl Property
Gets or sets the relative URL of the site collection where the Feature appears.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property SiteUrl As String
Get
Set
'Usage
Dim instance As SPFeatureUsageEntry
Dim value As String
value = instance.SiteUrl
instance.SiteUrl = value
public string SiteUrl { get; set; }
Property Value
Type: System.String
A String that contains the relative URL.