Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
488
Field Key
posted

In the onlline help it mentions you can access a given Field member of a FieldLayout.Fields collection using a key argument specified in Item

i.e. field = FieldLayouts(0).Fields.Item(key)

how do you know what value of key to use ? I tried using the field name but this doesn't work.