Gets a value list item from the specified value list by using the GUID of the item.
| Visual Basic | 
|---|
| Public Function GetValueListItemByGUID( _ ByVal ValueList As Long, _ ByVal ItemGUID As String, _ Optional ByVal AllowDeletedItems As Boolean = False, _ Optional ByVal ReplaceCurrentUserWithCallersIdentity As Boolean = True _ ) As ValueListItem |