SPNavigationManager.ContainedControl Property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property ContainedControl As String
Get
Set
'Usage
Dim instance As SPNavigationManager
Dim value As String
value = instance.ContainedControl
instance.ContainedControl = value
public string ContainedControl { get; set; }
Property Value
Type: System.String