BaseObject.EnumerateFields Method ()

 

Namespace:   Microsoft.ConfigurationManagement.ApplicationManagement
Assembly:  Microsoft.ConfigurationManagement.ApplicationManagement (in Microsoft.ConfigurationManagement.ApplicationManagement.dll)

Syntax

protected IEnumerable<FieldInfo> EnumerateFields()
protected:
IEnumerable<FieldInfo^>^ EnumerateFields()
Protected Function EnumerateFields As IEnumerable(Of FieldInfo)

Return Value

Type: System.Collections.Generic.IEnumerable<FieldInfo>

See Also

EnumerateFields Overload
BaseObject Class
Microsoft.ConfigurationManagement.ApplicationManagement Namespace

Return to top