Solution to retrieve object was found by adding .ToString after desired native property (Header)
nativePropertyVal = tabCollection(i).Object.Header.ToString() 'Use the native property in place
nativePropertyVal = tabCollection(i).Object.Header.ToString() 'Use the native property in place

