FeatureLinks.Location Property
Gets or sets the location to use in retrieving elements from the feature.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property Location As String
Get
Set
'Usage
Dim instance As FeatureLinks
Dim value As String
value = instance.Location
instance.Location = value
public string Location { get; set; }
Property Value
Type: System.String
A string that contains the location to use in retrieving elements from the feature.