Nevron Open Vision Documentation
Nevron.Nov.Schedule Namespace / NAppointmentTag Class / IpAh<jpAh> Method


In This Topic
    IpAh<jpAh> Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Sub IpAh(Of jpAh As NAppointmentTag)( _
       ByVal KpAh As INCollection(Of jpAh), _
       ByRef lpAh() As NTagItemHeader, _
       ByRef MpAh() As System.String _
    ) 
    'Usage
     
    
    Dim KpAh As INCollection(Of jpAh)
    Dim lpAh() As NTagItemHeader
    Dim MpAh() As System.String
     
    NAppointmentTag.IpAh(Of jpAh)(KpAh, lpAh, MpAh)
    internal static void IpAh<jpAh>( 
       INCollection<jpAh> KpAh,
       out NTagItemHeader[] lpAh,
       out System.string[] MpAh
    )
    where jpAh: NAppointmentTag

    Parameters

    KpAh
    lpAh
    MpAh

    Type Parameters

    jpAh
    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