Nevron Open Vision Documentation
Nevron.Nov.Schedule Namespace / NScheduleGroupCollection Class / FindByName Method


In This Topic
    FindByName Method (NScheduleGroupCollection)
    In This Topic
    Finds the group with the given name. Returns null if a group with such name does not exist in this collection.
    Syntax
    'Declaration
     
    
    Public Function FindByName( _
       ByVal name As System.String _
    ) As NScheduleGroup
    'Usage
     
    
    Dim instance As NScheduleGroupCollection
    Dim name As System.String
    Dim value As NScheduleGroup
     
    value = instance.FindByName(name)
    public NScheduleGroup FindByName( 
       System.string name
    )

    Parameters

    name
    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