SPWebApplication.LookupDropDownUseStandardControl property

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property LookupDropDownUseStandardControl As Boolean
    Get
    Set
'Usage
Dim instance As SPWebApplication
Dim value As Boolean

value = instance.LookupDropDownUseStandardControl

instance.LookupDropDownUseStandardControl = value
public bool LookupDropDownUseStandardControl { get; set; }

Property value

Type: System.Boolean

See also

Reference

SPWebApplication class

SPWebApplication members

Microsoft.SharePoint.Administration namespace