OleDbColumn.FirstValue Property

This member is reserved for internal use and is not intended to be used directly from your code.

Namespace:  Microsoft.SharePoint.Dsp.OleDb
Assembly:  Microsoft.SharePoint.Dsp.OleDb (in Microsoft.SharePoint.Dsp.OleDb.dll)

Syntax

Public Property FirstValue As String
    Get
    Set

Dim instance As OleDbColumn
Dim value As String

value = instance.FirstValue

instance.FirstValue = value
public string FirstValue { get; set; }

Property Value

Type: System.String

See Also

Reference

OleDbColumn Class

OleDbColumn Members

Microsoft.SharePoint.Dsp.OleDb Namespace