FeatureMenuTemplate.Location Property
Gets or sets the location to use in retrieving elements from features.
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 FeatureMenuTemplate
Dim value As String
value = instance.Location
instance.Location = value
public string Location { get; set; }
Property Value
Type: System.String
A string that specifies the location to use in retrieving elements from features.