'Declaration
<CanBeNullAttribute()> Public Overloads Function GetAdditionalProperty( _ ByVal name As String, _ ByVal defaultValue As String _ ) As String
[CanBeNull()] public string GetAdditionalProperty( string name, string defaultValue )
[CanBeNull()] public: String^ GetAdditionalProperty( String^ name, String^ defaultValue )
Parameters
- name
- The case-insensitive name of the property to get
- defaultValue
- The default value to return if the property does not exist in this message.