Contact.AllFields Property
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
The property used to edit any field related to a contact that does not have an associated property. For a list of fields available for business contacts, see the Business Contacts Schema section in this developer guide.
Namespace: WebBCM
Assembly: OfficeLive (in OfficeLive.dll)
Syntax
'Declaration
Public Property AllFields As Field()
Get
Set
'Usage
Dim instance As Contact
Dim value As Field()
value = instance.AllFields
instance.AllFields = value
public Field[] AllFields { get; set; }
Property Value
Type: []