Compartir a través de


: BaseSubscriptionRequestType.EventTypes (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("EventType", IsNullable:=False)> _
Public Property EventTypes As NotificationEventTypeType()
'Uso
Dim instance As BaseSubscriptionRequestType
Dim value As NotificationEventTypeType()

value = instance.EventTypes

instance.EventTypes = value
[XmlArrayItemAttribute("EventType", IsNullable=false)] 
public NotificationEventTypeType[] EventTypes { get; set; }

Vea también

Referencia

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