'Declaration Public Overloads ReadOnly Property Item( _ ByVal id As System.String _ ) As CustomXmlPart
public CustomXmlPart Item( System.string id ) {get;}
Parameters
- id
- The id of the CustomXmlPart to get.
'Declaration Public Overloads ReadOnly Property Item( _ ByVal id As System.String _ ) As CustomXmlPart
public CustomXmlPart Item( System.string id ) {get;}