GetValue Method (IPropertyBag)
Gets the value for the named property.
'Declaration
Function GetValue( _
ByVal As String _
) As Object
Parameters
- name
- The name of the property to retrieve.
Return Value
An
System.Object representing the property's value.