: FieldURIOrConstantType.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))> _
<XmlElementAttribute("AttachmentField", GetType(AttachmentFieldType))> _
<XmlElementAttribute("Path", GetType(BasePathToElementType))> _
<XmlElementAttribute("Constant", GetType(ConstantValueType))> _
<XmlElementAttribute("ExceptionFieldURI", GetType(PathToExceptionFieldType))> _
<XmlElementAttribute("ExtendedFieldURI", GetType(PathToExtendedFieldType))> _
Public Property Item As Object
'Uso
Dim instance As FieldURIOrConstantType
Dim value As Object
value = instance.Item
instance.Item = value
[XmlElementAttribute("FieldURI", typeof(PathToUnindexedFieldType))]
[XmlElementAttribute("IndexedFieldURI", typeof(PathToIndexedFieldType))]
[XmlElementAttribute("AttachmentField", typeof(AttachmentFieldType))]
[XmlElementAttribute("Path", typeof(BasePathToElementType))]
[XmlElementAttribute("Constant", typeof(ConstantValueType))]
[XmlElementAttribute("ExceptionFieldURI", typeof(PathToExceptionFieldType))]
[XmlElementAttribute("ExtendedFieldURI", typeof(PathToExtendedFieldType))]
public Object Item { get; set; }
Vea también
Referencia
FieldURIOrConstantType (Clase)
FieldURIOrConstantType (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)