ListViewWebPart.SelectedID-Eigenschaft
Ruft ab oder legt einen Bezeichner (ID) des ausgewählten Elements.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<RequiresDesignerPermissionAttribute> _
<WebPartStorageAttribute(Storage.None)> _
Public Property SelectedID As String
Get
Set
'Usage
Dim instance As ListViewWebPart
Dim value As String
value = instance.SelectedID
instance.SelectedID = value
[RequiresDesignerPermissionAttribute]
[WebPartStorageAttribute(Storage.None)]
public string SelectedID { get; set; }
Eigenschaftswert
Typ: System.String
Die ID des ausgewählten Elements.