ContentDatabaseSection.DisplayMode Property

Gets or sets the display mode of the control.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Property DisplayMode As ContentDatabaseSectionMode
    Get
    Set
'Usage
Dim instance As ContentDatabaseSection
Dim value As ContentDatabaseSectionMode

value = instance.DisplayMode

instance.DisplayMode = value
public ContentDatabaseSectionMode DisplayMode { get; set; }

Property Value

Type: Microsoft.SharePoint.WebControls.ContentDatabaseSectionMode

An object that represents the ContentDatabaseSectionMode; possible values are as follows:

  • Default: All values can be modified.

  • Disabled: Values cannot be modified.

  • AuthenticationEdit: The database name and server cannot be modified, but the authentication settings can be changed.

See Also

Reference

ContentDatabaseSection Class

ContentDatabaseSection Members

Microsoft.SharePoint.WebControls Namespace