Compartir a través de


: ItemResponseShapeType.AdditionalProperties (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
<XmlArrayItemAttribute("Path", IsNullable:=False)> _
<XmlArrayItemAttribute("ExceptionFieldURI", GetType(PathToExceptionFieldType), IsNullable:=False)> _
<XmlArrayItemAttribute("ExtendedFieldURI", GetType(PathToExtendedFieldType), IsNullable:=False)> _
<XmlArrayItemAttribute("FieldURI", GetType(PathToUnindexedFieldType), IsNullable:=False)> _
<XmlArrayItemAttribute("IndexedFieldURI", GetType(PathToIndexedFieldType), IsNullable:=False)> _
<XmlArrayItemAttribute("AttachmentField", GetType(AttachmentFieldType), IsNullable:=False)> _
Public Property AdditionalProperties As BasePathToElementType()
'Uso
Dim instance As ItemResponseShapeType
Dim value As BasePathToElementType()

value = instance.AdditionalProperties

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

Vea también

Referencia

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