Company.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 for a Company using AllFields, see the Companies Schema 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 Company
Dim value As Field()

value = instance.AllFields

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

Property Value

Type: []
Returns Field.

See Also

Reference

Company Class

Company Members

WebBCM Namespace