Compartir a través de


: ExistsType.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("AttachmentField", GetType(AttachmentFieldType))> _
<XmlElementAttribute("IndexedFieldURI", GetType(PathToIndexedFieldType))> _
<XmlElementAttribute("ExceptionFieldURI", GetType(PathToExceptionFieldType))> _
<XmlElementAttribute("ExtendedFieldURI", GetType(PathToExtendedFieldType))> _
<XmlElementAttribute("FieldURI", GetType(PathToUnindexedFieldType))> _
Public Property Item As BasePathToElementType
'Uso
Dim instance As ExistsType
Dim value As BasePathToElementType

value = instance.Item

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

Vea también

Referencia

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