: CategoryPicker.InitialSelectedID (Propiedad) (Microsoft.SharePoint.Portal.WebControls)
Gets or sets a value indicating if a user is allowed to set the preselected area when the area picker first launches.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
Public Property InitialSelectedID As String
'Uso
Dim instance As CategoryPicker
Dim value As String
value = instance.InitialSelectedID
instance.InitialSelectedID = value
public string InitialSelectedID { get; set; }
Valor de propiedad
The preselected area when the area picker first launches.
Comentarios
You need to set the ParseUrlForID field to false before this property takes effect.
Vea también
Referencia
CategoryPicker (Clase)
CategoryPicker (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)