Compartir a través de


: ItemChangeType.Updates (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("DeleteItemField", GetType(DeleteItemFieldType), IsNullable:=False)> _
<XmlArrayItemAttribute("SetItemField", GetType(SetItemFieldType), IsNullable:=False)> _
<XmlArrayItemAttribute("AppendToItemField", GetType(AppendToItemFieldType), IsNullable:=False)> _
Public Property Updates As ItemChangeDescriptionType()
'Uso
Dim instance As ItemChangeType
Dim value As ItemChangeDescriptionType()

value = instance.Updates

instance.Updates = value
[XmlArrayItemAttribute("DeleteItemField", typeof(DeleteItemFieldType), IsNullable=false)] 
[XmlArrayItemAttribute("SetItemField", typeof(SetItemFieldType), IsNullable=false)] 
[XmlArrayItemAttribute("AppendToItemField", typeof(AppendToItemFieldType), IsNullable=false)] 
public ItemChangeDescriptionType[] Updates { get; set; }

Vea también

Referencia

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