GetAdditionalProperty(String) Method
In This Topic
Returns the property with the specified name, or Null if the property
does not exist.
Syntax
'Declaration
Public Overloads Function GetAdditionalProperty( _
ByVal As String _
) As String
public string GetAdditionalProperty(
string
)
Parameters
- name
See Also