GetAdditionalProperty(String,String) Method
In This Topic
Returns the property with the specified name, or the if the property is not defined for this message.
Syntax
'Declaration
<CanBeNullAttribute()>
Public Overloads Function GetAdditionalProperty( _
ByVal As String, _
ByVal As String _
) As String
[CanBeNull()]
public string GetAdditionalProperty(
string ,
string
)
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.
See Also