SPFieldLookupValue-Konstruktor (Int32, String)
Initialisiert eine neue Instanz der SPFieldLookupValue -Klasse, die basierend auf der angegebenen Nachschlagekennung (ID) und Wert.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
lookupId As Integer, _
lookupValue As String _
)
'Usage
Dim lookupId As Integer
Dim lookupValue As String
Dim instance As New SPFieldLookupValue(lookupId, _
lookupValue)
public SPFieldLookupValue(
int lookupId,
string lookupValue
)
Parameter
lookupId
Typ: System.Int32Eine 32-Bit-Ganzzahl, die die ID des Nachschlagefelds angibt.
lookupValue
Typ: System.StringEine Zeichenfolge mit dem Wert des Nachschlagefelds.