TOCPart.DefaultValuesApplied Property
Gets or sets a value that indicates whether the default values of the properties of the TOCPart have been applied.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Property DefaultValuesApplied As Boolean
Get
Set
'Usage
Dim instance As TOCPart
Dim value As Boolean
value = instance.DefaultValuesApplied
instance.DefaultValuesApplied = value
public bool DefaultValuesApplied { get; set; }
Property Value
Type: System.Boolean