BPM.Client Namespace > FormStateCollection Class : FindLast Method |
'Declaration
Public Function FindLast( _ ByVal match As Predicate(Of FormState) _ ) As FormState
'Usage
Dim instance As FormStateCollection Dim match As Predicate(Of FormState) Dim value As FormState value = instance.FindLast(match)
public FormState FindLast( Predicate<FormState> match )
public: FormState^ FindLast( Predicate<FormState^>^ match )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2