SPProviderInitialData.ResultTypes Property
Gets or sets a string that describes the type of results returned by the picker dialog.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<DataMemberAttribute> _
Public Property ResultTypes As String()
Get
Set
'Usage
Dim instance As SPProviderInitialData
Dim value As String()
value = instance.ResultTypes
instance.ResultTypes = value
[DataMemberAttribute]
public string[] ResultTypes { get; set; }
Property Value
Type: []
The type of results.