: ContactItemType.PhoneNumbers (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("Entry", IsNullable:=False)> _
Public Property PhoneNumbers As PhoneNumberDictionaryEntryType()
'Uso
Dim instance As ContactItemType
Dim value As PhoneNumberDictionaryEntryType()
value = instance.PhoneNumbers
instance.PhoneNumbers = value
[XmlArrayItemAttribute("Entry", IsNullable=false)]
public PhoneNumberDictionaryEntryType[] PhoneNumbers { get; set; }
Vea también
Referencia
ContactItemType (Clase)
ContactItemType (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)