'Declaration
Public Overloads Function GetAdditionalProperty( _ ByVal name As String, _ ByVal defaultValue As String _ ) As String
public string GetAdditionalProperty( string name, string defaultValue )
Parameters
- name
- The name of the property to get.
- defaultValue
- The default value to return if the property does not exist in this message.