Retrieve an association entry by its handle.
| C# | Visual Basic | Visual C++ |
Association FindByHandle( string handle )
Function FindByHandle ( _ handle As String _ ) As Association
Association^ FindByHandle( String^ handle )
- handle (String)
- The association handle.
An Association object representing the stored association.