'Declaration
Public Overloads Function GetAdditionalProperty( _ ByVal name As String, _ ByVal defaultValue As Integer _ ) As Integer
public int GetAdditionalProperty( string name, int defaultValue )
public: int GetAdditionalProperty( String^ name, int 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.