| SetLookup(MFIdentifier, MFIdentifier) | Sets a property to contain one lookup value. Creating it if it doesn't already exist. Works on both SSLU and MSLU. |
| SetLookup(Object, Object) | Sets a property to contain one lookup value. Creating it if it doesn't already exist. Works on both SSLU and MSLU. |
| SetLookup(MFIdentifier, ObjVer, Boolean) | Sets a property to contain one lookup value. Creating it if it doesn't already exist. Works on both SSLU and MSLU, and optionally allows the specific version to be specified. |
| SetLookup(MFIdentifier, Int32, Int32) | Sets a property to contain one lookup value. Creating it if it doesn't already exist. Works on both SSLU and MSLU, and optionally allows the specific version to be specified. |
| SetLookup(Object, ObjVer, Boolean) | Sets a property to contain one lookup value. Creating it if it doesn't already exist. Works on both SSLU and MSLU, and optionally allows the specific version to be specified. |
| SetLookup(Object, Int32, Int32) | Sets a property to contain one lookup value. Creating it if it doesn't already exist. Works on both SSLU and MSLU, and optionally allows the specific version to be specified. |