ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering Namespace / IPropertyBag Interface / GetValue Method
The name of the property to retrieve.

In This Topic
GetValue Method (IPropertyBag)
In This Topic
Gets the value for the named property.
Syntax
'Declaration
 
Function GetValue( _
   ByVal name As String _
) As Object
 

Parameters

name
The name of the property to retrieve.

Return Value

An System.Object representing the property's value.
See Also