Nevron Open Vision Documentation
Nevron.Nov.Schedule Namespace / NGrouping Class / GetValues Method


In This Topic
    GetValues Method (NGrouping)
    In This Topic
    Gets the possible values for this grouping for the given schedule.
    Syntax
    'Declaration
     
    
    Public MustOverride Function GetValues( _
       ByVal schedule As NSchedule _
    ) As System.Object()
    'Usage
     
    
    Dim instance As NGrouping
    Dim schedule As NSchedule
    Dim value() As System.Object
     
    value = instance.GetValues(schedule)
    public abstract System.object[] GetValues( 
       NSchedule schedule
    )

    Parameters

    schedule
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also