ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering Namespace / IPropertyBag Interface / PropertyNames Property

In This Topic
    PropertyNames Property
    In This Topic
    Gets the names of the properties contained in the bag.
    Syntax
    'Declaration
     
    ReadOnly Property PropertyNames As IEnumerable(Of String)
    IEnumerable<string> PropertyNames {get;}

    Property Value

    An enumerable collection of System.String representing the property names.
    See Also