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)

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.

See also

Reference

SPFeatureUsageEntry class

SPFeatureUsageEntry members

Microsoft.SharePoint.Administration namespace