'Declaration
Public Overloads Property Item( _ ByVal name As String _ ) As FormDefinition
'Usage
Dim instance As FormDefinitionCollection Dim name As String Dim value As FormDefinition instance.Item(name) = value value = instance.Item(name)
public FormDefinition Item( string name ) {get; set;}
public: property FormDefinition^ Item { FormDefinition^ get(String^ name); void set (String^ name, FormDefinition^ value); }
Parameters
- name
- The Name string of the FormDefinition in the collection to get or set. If multiple FormDefinitions in the collection have the same value for the Name property, this method will return the matching item with the lowest numeric index.