Activity.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.

For a list of fields available using AllFields, see the Contact Manager Schemas section of this developer guide.

Namespace:  WebBCM
Assembly:  OfficeLive (in OfficeLive.dll)

Syntax

'Declaration
Public Property AllFields As Field()
    Get
    Set
'Usage
Dim instance As Activity
Dim value As Field()

value = instance.AllFields

instance.AllFields = value
public Field[] AllFields { get; set; }

Property Value

Type: []
Returns Field.

See Also

Reference

Activity Class

Activity Members

WebBCM Namespace