GetAdditionalProperty(String) Method
In This Topic
Returns the property with the specified name, or a null reference (Nothing in Visual Basic) if the property does not exist.
Syntax
'Declaration
<CanBeNullAttribute()>
Public Overloads Function GetAdditionalProperty( _
ByVal As String _
) As String
[CanBeNull()]
public string GetAdditionalProperty(
string
)
[CanBeNull()]
public:
String^ GetAdditionalProperty(
String^
)
Parameters
- name
- The case-insensitive name of the property to get
Return Value
The requested property, or a null reference (Nothing in Visual Basic) if the property does not exist.
See Also