'Declaration Public ReadOnly Default Property Item( _ ByVal name As System.String _ ) As DocumentProperty
public DocumentProperty this[ System.string name ]; {get;}
Parameters
- name
- The case-insensitive name of the property.
'Declaration Public ReadOnly Default Property Item( _ ByVal name As System.String _ ) As DocumentProperty
public DocumentProperty this[ System.string name ]; {get;}