Compartir a través de


: GroupByType.Item (Propiedad) (Microsoft.SharePoint.Portal.WebControls)

Este miembro está reservado para uso interno y no está destinado a ser utilizado desde el código.

Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)

Sintaxis

'Declaración
<XmlElementAttribute("FieldURI", GetType(PathToUnindexedFieldType))> _
<XmlElementAttribute("IndexedFieldURI", GetType(PathToIndexedFieldType))> _
Public Property Item As BasePathToElementType
'Uso
Dim instance As GroupByType
Dim value As BasePathToElementType

value = instance.Item

instance.Item = value
[XmlElementAttribute("FieldURI", typeof(PathToUnindexedFieldType))] 
[XmlElementAttribute("IndexedFieldURI", typeof(PathToIndexedFieldType))] 
public BasePathToElementType Item { get; set; }

Vea también

Referencia

GroupByType (Clase)
GroupByType (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)