ItemPickerExtendedData.SystemInstanceName property

Returns or sets the name of the LobSystemInstance instance where the entity instances are stored.

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

Syntax

'Declaration
Public Property SystemInstanceName As String
    Get
    Set
'Usage
Dim instance As ItemPickerExtendedData
Dim value As String

value = instance.SystemInstanceName

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

Property value

Type: System.String
Returns String.

See also

Reference

ItemPickerExtendedData class

ItemPickerExtendedData members

Microsoft.SharePoint.WebControls namespace